all repos — nix-packages @ e362831422e1a48b9ef231c5db36588939133fb1

My personal collection of packages for nix

ci: don't try to build invalid packages for copying to cache

Alan Pearce
commit

e362831422e1a48b9ef231c5db36588939133fb1

parent

5b66e2a93a853b156268996afdb3755acc5c9fe7

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M flake.nixflake.nix
@@ -28,7 +28,7 @@ self.legacyPackages.${system};
all = pkgs.symlinkJoin { name = "all"; - paths = builtins.attrValues lpkgs; + paths = (import ./ci.nix { inherit pkgs; }).cachePkgs; }; in (lpkgs // {