From 77a7c45c85430e22af1065f4bfcd42774b36733a Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 15 Feb 2023 03:38:59 -0500 Subject: re-enable flakes (oops) --- util/host.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/util/host.nix b/util/host.nix index c1dc5dd..90f1dec 100644 --- a/util/host.nix +++ b/util/host.nix @@ -22,6 +22,7 @@ # Enable nix flakes nix.package = pkgs.nixFlakes; + nix.settings.experimental-features = ["nix-command" "flakes"]; }) home-manager.nixosModules.home-manager -- cgit v1.2.3