From 6bf0e147ef2fa50f21c5a0392483a1e7812c2fed Mon Sep 17 00:00:00 2001 From: Soispha Date: Fri, 1 Mar 2024 21:37:30 +0100 Subject: fix(sys/svcs/nix): Finally remove the `nixPath` completely --- sys/svcs/nix/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/svcs/nix') 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 - 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 ` with `:lf nixpgks` + nixPath = lib.mkForce []; channel.enable = false; registry = { -- cgit 1.4.1