From e362831422e1a48b9ef231c5db36588939133fb1 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 19 May 2024 00:15:18 +0200 Subject: ci: don't try to build invalid packages for copying to cache --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 484f924..7544357 100644 --- a/flake.nix +++ b/flake.nix @@ -28,7 +28,7 @@ all = pkgs.symlinkJoin { name = "all"; - paths = builtins.attrValues lpkgs; + paths = (import ./ci.nix { inherit pkgs; }).cachePkgs; }; in (lpkgs // { -- cgit 1.4.1