Newer syntax.

This commit is contained in:
2023-06-30 10:49:26 +01:00
parent 9b9ef8fe54
commit 0a89def365

View File

@@ -1,5 +1,3 @@
{
nix.extraOptions = ''
experimental-features = nix-command flakes
'';
nix.settings.experimental-features = [ "nix-command" "flakes" ];
}