From cd4c24f21185a0c322608acce7ffaccc5f757bc5 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Tue, 22 Feb 2022 14:26:46 -0500 Subject: [PATCH] flake: Allow default systems --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 791a1ba..342fad9 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ plutus-apps.url = "github:input-output-hk/plutus-apps"; }; outputs = { self, nixpkgs, plutus, flake-utils, haskellNix, cardano-node, plutus-apps, flake-compat, flake-compat-ci }: - flake-utils.lib.eachSystem [ "x86_64-linux" ] (system: + flake-utils.lib.eachDefaultSystem (system: let deferPluginErrors = true; overlays = [