about summary refs log tree commit diff stats
path: root/sys/svcs
diff options
context:
space:
mode:
Diffstat (limited to 'sys/svcs')
-rw-r--r--sys/svcs/nix/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/svcs/nix/default.nix b/sys/svcs/nix/default.nix
index 3e3588c3..63f8cd32 100644
--- a/sys/svcs/nix/default.nix
+++ b/sys/svcs/nix/default.nix
@@ -1,5 +1,6 @@
 {
   pkgs,
+  lib,
   # flakes
   nixpkgs_as_input,
   templates,
@@ -11,7 +12,8 @@
 
     # This is nice to have in the repl:
     # :l <nixpkgs>
-    nixPath = ["nixpkgs=${nixpkgs_as_input}"];
+    nixPath = lib.mkForce ["nixpkgs=${nixpkgs_as_input}"];
+    channel.enable = false;
 
     registry = {
       nixpkgs.flake = nixpkgs_as_input;