diff --git a/modules/core/nix.nix b/modules/core/nix.nix index 24c26f9..3932f4f 100644 --- a/modules/core/nix.nix +++ b/modules/core/nix.nix @@ -1,4 +1,5 @@ { + inputs, pkgs, config, ... @@ -17,6 +18,7 @@ in { "flakes" ]; }; + nixPath = ["nixpkgs=${inputs.nixpkgs}"]; }; programs.nh = {