Enable experimental support for flakes
This commit is contained in:
parent
20adf44486
commit
8d55ea3acd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue