From 5feb978849057a165837dae070d51cfb6d34062d Mon Sep 17 00:00:00 2001 From: NullBite Date: Wed, 27 Dec 2023 02:36:48 -0500 Subject: [PATCH] Enable Flakes in configuration.nix --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index 3104ea8..f40d0fe 100644 --- a/configuration.nix +++ b/configuration.nix @@ -6,6 +6,8 @@ { config, lib, pkgs, ... }: { + nix.settings.experimental-features = ["nix-command" "flakes" ]; + imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix