about summary refs log tree commit diff
path: root/pkgs/top-level/make-tarball.nix
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-04-17 09:53:10 +0300
committerK900 <me@0upti.me>2024-04-17 09:53:10 +0300
commit9cdada6d5c14f4eefd284bdb7cb65f6a2231080f (patch)
tree436bda6205bdab78e0759d3153645aace5c4758c /pkgs/top-level/make-tarball.nix
parentf3936d0281fd46799149b667b6ff50be9309c02b (diff)
pkgs/top-level: split release-checks into a separate job
This should improve latency on channel updates.
Diffstat (limited to 'pkgs/top-level/make-tarball.nix')
-rw-r--r--pkgs/top-level/make-tarball.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/top-level/make-tarball.nix b/pkgs/top-level/make-tarball.nix
index 0f1c92be89bc3..17df40fa0fb16 100644
--- a/pkgs/top-level/make-tarball.nix
+++ b/pkgs/top-level/make-tarball.nix
@@ -34,9 +34,6 @@ pkgs.releaseTools.sourceTarball {
 
   requiredSystemFeatures = [ "big-parallel" ]; # 1 thread but ~36G RAM (!) see #227945
 
-  nixpkgs-basic-release-checks = import ./nixpkgs-basic-release-checks.nix
-   { inherit nix pkgs nixpkgs supportedSystems; };
-
   dontBuild = false;
 
   doCheck = true;