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