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