add outputs for each default system
This commit is contained in:
parent
6faa8eea0d
commit
c5737aba86
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
, nvd
|
||||
, ...
|
||||
}@inputs:
|
||||
(flake-utils.lib.eachSystem ["x86_64-linux"] (system:
|
||||
(flake-utils.lib.eachDefaultSystem (system:
|
||||
let
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
selfPkgs = self.packages.${system};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue