Skip to content

Commit 5c822e9

Browse files
authored
Update ghcr-upload.sh (#185)
1 parent fdac2a3 commit 5c822e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/ghcr-upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -euox pipefail
66
: "${GITHUB_SHA:?'GITHUB_SHA is not set'}"
77
: "${DEV_SHELL:?'DEV_SHELL is not set'}"
88

9-
SHELL_NIX_PATH=$(nix path-info "github:${GITHUB_REPOSITORY}/${GITHUB_SHA}#hydraJobs.${DEV_SHELL}" --accept-flake-config --no-update-lock-file --json | jq -r 'keys[0]')
9+
SHELL_NIX_PATH=$(nix path-info "github:${GITHUB_REPOSITORY}/${GITHUB_SHA}#hydraJobs.${DEV_SHELL}" --accept-flake-config --json | jq -r 'keys[0]')
1010
nix-store -r "$SHELL_NIX_PATH"
1111
#nix build ".#hydraJobs.${DEV_SHELL}" --show-trace --accept-flake-config
1212
nix-store --export $(nix-store -qR "$SHELL_NIX_PATH") | tee store-paths.txt | zstd -z8T8 >${DEV_SHELL}

0 commit comments

Comments
 (0)