From fca2294df12ee6833536134054f00a50e46b0838 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Mon, 11 Jul 2022 17:56:23 +0200 Subject: [PATCH] enable command and flake on echidna --- echidna.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/echidna.nix b/echidna.nix index 5f1f3ec..69f25e2 100644 --- a/echidna.nix +++ b/echidna.nix @@ -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