Enable Flakes in configuration.nix
This commit is contained in:
parent
e8ff7698d4
commit
5feb978849
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user