diff options
Diffstat (limited to '')
-rw-r--r-- | sys/svcs/nix/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/svcs/nix/default.nix b/sys/svcs/nix/default.nix index 63f8cd32..9b05af1f 100644 --- a/sys/svcs/nix/default.nix +++ b/sys/svcs/nix/default.nix @@ -10,9 +10,9 @@ nix = { package = pkgs.nixUnstable; - # This is nice to have in the repl: - # :l <nixpkgs> - nixPath = lib.mkForce ["nixpkgs=${nixpkgs_as_input}"]; + # Disable the NixPath (this is but a remnant of old days) + # In the `nix repl` you should simply replace your `:l <nixpkgs>` with `:lf nixpgks` + nixPath = lib.mkForce []; channel.enable = false; registry = { |