Skip to content

Commit a6c2218

Browse files
authored
Update ghcr-upload.sh (#181)
1 parent 8524da4 commit a6c2218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/ghcr-upload.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#! nix-shell -i bash -p zstd -p oras -p jq
33
set -euox pipefail
44

5-
SHELL_NIX_PATH=$(nix path-info ".#hydraJobs.${DEV_SHELL}" --accept-flake-config --json | jq -r 'keys[0]')
5+
SHELL_NIX_PATH=$(nix path-info ".#hydraJobs.${DEV_SHELL}" --accept-flake-config --no-update-lock-file --json | jq -r 'keys[0]')
66
nix-store -r "$SHELL_NIX_PATH"
77
#nix build ".#hydraJobs.${DEV_SHELL}" --show-trace --accept-flake-config
88
nix-store --export $(nix-store -qR "$SHELL_NIX_PATH") | tee store-paths.txt | zstd -z8T8 >${DEV_SHELL}

0 commit comments

Comments
 (0)