diff --git a/flake.nix b/flake.nix index 1c217604..22995b56 100644 --- a/flake.nix +++ b/flake.nix @@ -86,6 +86,7 @@ subPackages = [ "repochecker" ]; }; + all = pkgs.linkFarmFromDrvs "fic-all" (builtins.attrValues (builtins.removeAttrs self.packages.x86_64-linux [ "all" ])); }); devShell = forAllSystems (system: