about summary refs log tree commit diff stats
path: root/sys/svcs/nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-03-01 21:37:30 +0100
committerSoispha <soispha@vhack.eu>2024-03-01 21:37:30 +0100
commit6bf0e147ef2fa50f21c5a0392483a1e7812c2fed (patch)
tree0ad08430c0853ffac71ba33313fbc41a78ef636f /sys/svcs/nix
parentfeat(pkgs/neorg/review): Init (diff)
downloadnixos-config-6bf0e147ef2fa50f21c5a0392483a1e7812c2fed.zip
fix(sys/svcs/nix): Finally remove the `nixPath` completely
Diffstat (limited to '')
-rw-r--r--sys/svcs/nix/default.nix6
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 = {