nix: use eachDefaultSystem
Due to the pre-commit check not having every system available...
This commit is contained in:
parent
67646b1f92
commit
0ed5b0fb64
1 changed files with 1 additions and 1 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue