enable nix-command and flakes
This commit is contained in:
parent
2bad638b02
commit
0d8e84adb9
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@
|
|||
modules = nixpkgs.lib.flatten modules ++ [
|
||||
./base.nix
|
||||
./kiosk.nix
|
||||
|
||||
{
|
||||
nix.settings.extra-experimental-features = [ "nix-command" "flakes" ];
|
||||
}
|
||||
];
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue