From e55f05c33473e0f3ec40cf01c1385b79500ee3f9 Mon Sep 17 00:00:00 2001 From: Soispha Date: Wed, 28 Feb 2024 21:38:25 +0100 Subject: fix(sys/svcs/nix): Ensure that the nix path actually gets set --- sys/svcs/nix/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 - nixPath = ["nixpkgs=${nixpkgs_as_input}"]; + nixPath = lib.mkForce ["nixpkgs=${nixpkgs_as_input}"]; + channel.enable = false; registry = { nixpkgs.flake = nixpkgs_as_input; -- cgit 1.4.1