From 87d94965689bbf096b465d37b376dceb6457e3dc Mon Sep 17 00:00:00 2001 From: Martin Benonisen Date: Mon, 8 Jul 2024 14:09:21 +0200 Subject: [PATCH] lala --- flake.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index ed0a8c5..0f3aa35 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,8 @@ }; outputs = - { nixpkgs + { self + , nixpkgs , home-manager , ... }@inputs: @@ -29,7 +30,7 @@ nixosConfigurations = { zedd = nixpkgs.lib.nixosSystem { inherit system; - specialArgs = { inherit inputs user; }; + specialArgs = { inherit inputs self user; }; modules = [ ({ config, pkgs, ... }: { }) ./hosts/zedd