about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorTom McLaughlin <tom@codedown.io>2022-10-03 22:06:28 -0600
committerTom McLaughlin <tom@codedown.io>2023-02-07 16:16:07 -0800
commitd1a2a16a3a0220e8f571c07001a2ada4a664c492 (patch)
treee832701e737104cd36eba2fe6b3a839882c1e411 /pkgs/top-level
parentc5ce8986dff8e06ace05a0158fe617707228ac25 (diff)
Introduce mkBinaryCache function
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 94664aeec739e..cf549ca633e3f 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -1031,6 +1031,8 @@ with pkgs;
       inherit kernel firmware rootModules allowMissing;
     };
 
+  mkBinaryCache = callPackage ../build-support/binary-cache { };
+
   mkShell = callPackage ../build-support/mkshell { };
   mkShellNoCC = mkShell.override { stdenv = stdenvNoCC; };