From 65023937d2bb54b5cfa2e27fce9e7d225263aadd Mon Sep 17 00:00:00 2001 From: sstent Date: Wed, 11 Oct 2023 14:34:18 +0000 Subject: [PATCH] update to 23.05 -- adding nix_path so we can have no channels --- hosts/common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/common.nix b/hosts/common.nix index e2b6480..8ef1666 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -63,5 +63,7 @@ config = { nix.extraOptions = '' experimental-features = nix-command flakes ''; + nix.nixPath = [ "nixpkgs=nixpkgs.outPath" ] + }; }