summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorseth <[email protected]>2023-02-15 03:38:59 -0500
committerseth <[email protected]>2023-02-15 03:38:59 -0500
commit77a7c45c85430e22af1065f4bfcd42774b36733a (patch)
treebf5bab3be55b76fccc6f2ce1241ee0639b95bedf /util
parente97ba17b86ed4cdc8df673dfc68b447416a74b55 (diff)
re-enable flakes (oops)
Diffstat (limited to 'util')
-rw-r--r--util/host.nix1
1 files changed, 1 insertions, 0 deletions
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