Enable flakes.

This commit is contained in:
2023-06-30 10:47:25 +01:00
parent 7cfc2e5a24
commit 9b9ef8fe54
2 changed files with 6 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
{ {
imports = [ imports = [
./boot.nix ./boot.nix
./flakes.nix
./locale.nix ./locale.nix
./network.nix ./network.nix
./packages.nix ./packages.nix

View File

@@ -0,0 +1,5 @@
{
nix.extraOptions = ''
experimental-features = nix-command flakes
'';
}