mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
make-system-tarball: drop references to build closure
This commit is contained in:
@@ -41,6 +41,10 @@ stdenv.mkDerivation {
|
||||
name = "tarball";
|
||||
__structuredAttrs = true;
|
||||
|
||||
# the tarball will be self-contained so we can drop references
|
||||
# to the closure that was used to build it
|
||||
unsafeDiscardReferences.out = true;
|
||||
|
||||
buildCommandPath = ./make-system-tarball.sh;
|
||||
nativeBuildInputs = extraInputs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user