Skip to content

Commit

Permalink
Merge pull request #71 from MatrixAI/feature-22.05
Browse files Browse the repository at this point in the history
Feature 22.05
  • Loading branch information
CMCDragonkai authored Jul 10, 2022
2 parents b15727f + 382f363 commit 1fec8ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import (
let rev = "a5774e76bb8c3145eac524be62375c937143b80c"; in
let rev = "ce6aa13369b667ac2542593170993504932eb836"; in
builtins.fetchTarball "https://github.com/NixOS/nixpkgs/archive/${rev}.tar.gz"
)
3 changes: 3 additions & 0 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ in
docker = dockerTools.buildImage {
name = application.name;
contents = [ application ];
# This ensures symlinks to directories are preserved in the image
keepContentsDirlinks = true;
# This adds a correct timestamp, however breaks binary reproducibility
created = "now";
extraCommands = ''
mkdir -m 1777 tmp
'';
Expand Down

0 comments on commit 1fec8ca

Please sign in to comment.