enable command and flake on echidna
parent
e8396e8595
commit
fca2294df1
|
@ -4,6 +4,9 @@ let
|
|||
choose-pass =
|
||||
pkgs.callPackage ./macos/choose-pass.nix { inherit config pkgs; };
|
||||
in {
|
||||
nix.extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
|
||||
# List packages installed in system profile. To search by name, run:
|
||||
# $ nix-env -qaP | grep wget
|
||||
|
|
Loading…
Reference in New Issue