Skip to content

Commit

Permalink
fix: ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brynblack committed Feb 8, 2024
1 parent 3b593c0 commit ad129d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
keepContentsDirlinks = true;
# This adds a correct timestamp, however breaks binary reproducibility
created = "now";
extraCommands = ''
mkdir -m 1777 tmp
runAsRoot = ''
chmod 1777 /tmp
'';
config = {
Entrypoint = [ "polykey" ];
Expand Down
2 changes: 1 addition & 1 deletion scripts/npmDepsHash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

newHash=$(nix-shell -p prefetch-npm-deps --run "prefetch-npm-deps ./package-lock.json")

echo $newHash > ./npmDepsHash
echo "$newHash" > ./npmDepsHash

0 comments on commit ad129d7

Please sign in to comment.