mirror of
https://github.com/ivabus/nixos
synced 2024-11-22 00:15:06 +03:00
Disable "unstable" nix
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
5695e7b0a5
commit
06e8299c0e
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ let
|
|||
secrets = my.secrets { inherit config; };
|
||||
in {
|
||||
nix = {
|
||||
package = pkgs.nixUnstable;
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue