Enable flakes.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
imports = [
|
||||
./boot.nix
|
||||
./flakes.nix
|
||||
./locale.nix
|
||||
./network.nix
|
||||
./packages.nix
|
||||
|
||||
5
hosts/common/global/flakes.nix
Normal file
5
hosts/common/global/flakes.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
nix.extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user