Skip to content

Commit 1fec8ca

Browse files
authored
Merge pull request #71 from MatrixAI/feature-22.05
Feature 22.05
2 parents b15727f + 382f363 commit 1fec8ca

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pkgs.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import (
2-
let rev = "a5774e76bb8c3145eac524be62375c937143b80c"; in
2+
let rev = "ce6aa13369b667ac2542593170993504932eb836"; in
33
builtins.fetchTarball "https://github.com/NixOS/nixpkgs/archive/${rev}.tar.gz"
44
)

release.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@ in
7272
docker = dockerTools.buildImage {
7373
name = application.name;
7474
contents = [ application ];
75+
# This ensures symlinks to directories are preserved in the image
7576
keepContentsDirlinks = true;
77+
# This adds a correct timestamp, however breaks binary reproducibility
78+
created = "now";
7679
extraCommands = ''
7780
mkdir -m 1777 tmp
7881
'';

0 commit comments

Comments
 (0)