flakes: Add .#all target.

This commit is contained in:
Élie BRAMI 2022-08-24 01:40:00 +02:00
parent 04a9e3b3b6
commit af388dbfff
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@
subPackages = [ "repochecker" ];
};
all = pkgs.linkFarmFromDrvs "fic-all" (builtins.attrValues (builtins.removeAttrs self.packages.x86_64-linux [ "all" ]));
});
devShell = forAllSystems (system: