about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2023-02-09 15:25:16 +0100
committerGitHub <noreply@github.com>2023-02-09 15:25:16 +0100
commit1991c407592877730c8414f128bd7ef8960f7dfe (patch)
tree0d93b82d2f4e2b662560d2d50e13edb875ca21df /pkgs/top-level
parent5ba4649b3002f7555dab3c8b8f8c40a1b955fd8b (diff)
parent700e6e588e942fb395d938068bbb8e9338a413ed (diff)
Merge pull request #194345 from codedownio/binary-cache
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 3f16409f899e3..e47674107bbd0 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -1033,6 +1033,8 @@ with pkgs;
       inherit kernel firmware rootModules allowMissing;
     };
 
+  mkBinaryCache = callPackage ../build-support/binary-cache { };
+
   mkShell = callPackage ../build-support/mkshell { };
   mkShellNoCC = mkShell.override { stdenv = stdenvNoCC; };