about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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 // {