nix: use eachDefaultSystem

Due to the pre-commit check not having every system available...
This commit is contained in:
Bruno BELANYI 2021-08-08 20:03:44 +02:00
parent 46d05fe4ae
commit 75630df80d

View file

@ -7,7 +7,7 @@
};
outputs = { self, nixpkgs, futils } @ inputs:
futils.lib.eachSystem futils.lib.allSystems (system:
futils.lib.eachDefaultSystem (system:
let
inherit (nixpkgs) lib;
pkgs = nixpkgs.legacyPackages.${system};