From bcdda21deb86df8886c0b23edbfb8388b8c1055d Mon Sep 17 00:00:00 2001 From: sstent Date: Wed, 11 Oct 2023 14:37:50 +0000 Subject: [PATCH] update to 23.05 -- adding nix_path so we can have no channels --- hosts/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common.nix b/hosts/common.nix index 72f783e..30e76a4 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -63,7 +63,7 @@ config = { nix.extraOptions = '' experimental-features = nix-command flakes ''; - nix.nixPath = [ "nixpkgs=nixpkgs.outPath" ]; + nix.nixPath = [ "nixpkgs=pkgs.outPath" ]; }; }