We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6da88f commit 6217f73Copy full SHA for 6217f73
.nix/deps/crane.nix
@@ -11,7 +11,7 @@
11
''
12
mkdir -p $out target
13
${pkgs.lib.concatMapStringsSep "\n" (a: "tar -xf ${a}/target.tar.zst -C target") artifacts}
14
- tar -cf $out/target.tar.zst -C target --use-compress-program "zstd -T0" .
+ tar --sort=name --mtime='@0' --owner=0 --group=0 --numeric-owner -cf $out/target.tar.zst -C target --use-compress-program "zstd -T0" .
15
'';
16
};
17
}
0 commit comments