From 9c0b46c7d3e140be7099dc9460c01f7536b3a38d Mon Sep 17 00:00:00 2001 From: marty Date: Tue, 16 Dec 2025 16:27:50 +0100 Subject: [PATCH] experimental features --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index 3908f07..98deeb3 100644 --- a/configuration.nix +++ b/configuration.nix @@ -10,6 +10,7 @@ }: { + nix.settings.experimental-features = [ "flakes" "nix-command" ]; imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix