Enable experimental support for flakes

This commit is contained in:
ekzyis 2024-08-27 18:19:10 -05:00
parent 20adf44486
commit 8d55ea3acd
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
nix.settings.experimental-features = [ "nix-command" "flakes" ];
imports = imports =
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
/etc/nixos/hardware-configuration.nix /etc/nixos/hardware-configuration.nix