From a20275a7a4b1d4005104e515543b0376a722330a Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 18 Mar 2025 12:24:13 -0400 Subject: [PATCH] flakes and such --- hosts/OSX-Darwin/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/OSX-Darwin/default.nix b/hosts/OSX-Darwin/default.nix index fc60018..d8dffdf 100644 --- a/hosts/OSX-Darwin/default.nix +++ b/hosts/OSX-Darwin/default.nix @@ -1,4 +1,8 @@ { nixpkgs.hostPlatform = "x86_64-darwin"; system.stateVersion = 6; + nix.extraOptions = '' + extra-experimental-features = nix-command + extra-experimental-features = flakes + ''; }