flakes: Add .#all target.
This commit is contained in:
parent
04a9e3b3b6
commit
af388dbfff
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@
|
|||
|
||||
subPackages = [ "repochecker" ];
|
||||
};
|
||||
all = pkgs.linkFarmFromDrvs "fic-all" (builtins.attrValues (builtins.removeAttrs self.packages.x86_64-linux [ "all" ]));
|
||||
});
|
||||
|
||||
devShell = forAllSystems (system:
|
||||
|
|
Reference in a new issue