From 8d55ea3acd4bbba00b11934866642a49bad36542 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Tue, 27 Aug 2024 18:19:10 -0500 Subject: [PATCH] Enable experimental support for flakes --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index f2bfc5d..37c6a16 100644 --- a/configuration.nix +++ b/configuration.nix @@ -5,6 +5,7 @@ { config, lib, pkgs, ... }: { + nix.settings.experimental-features = [ "nix-command" "flakes" ]; imports = [ # Include the results of the hardware scan. /etc/nixos/hardware-configuration.nix