From 9b1b20a7e2fe6a76d2ebe5ae3f8835636ee83c52 Mon Sep 17 00:00:00 2001 From: sstent Date: Wed, 11 Oct 2023 14:34:54 +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 8ef1666..72f783e 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=nixpkgs.outPath" ]; }; }