Skip to content

Commit 6217f73

Browse files
test
1 parent a6da88f commit 6217f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.nix/deps/crane.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
''
1212
mkdir -p $out target
1313
${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" .
14+
tar --sort=name --mtime='@0' --owner=0 --group=0 --numeric-owner -cf $out/target.tar.zst -C target --use-compress-program "zstd -T0" .
1515
'';
1616
};
1717
}

0 commit comments

Comments
 (0)