We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdac2a3 commit 5c822e9Copy full SHA for 5c822e9
extra/ghcr-upload.sh
@@ -6,7 +6,7 @@ set -euox pipefail
6
: "${GITHUB_SHA:?'GITHUB_SHA is not set'}"
7
: "${DEV_SHELL:?'DEV_SHELL is not set'}"
8
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]')
+SHELL_NIX_PATH=$(nix path-info "github:${GITHUB_REPOSITORY}/${GITHUB_SHA}#hydraJobs.${DEV_SHELL}" --accept-flake-config --json | jq -r 'keys[0]')
10
nix-store -r "$SHELL_NIX_PATH"
11
#nix build ".#hydraJobs.${DEV_SHELL}" --show-trace --accept-flake-config
12
nix-store --export $(nix-store -qR "$SHELL_NIX_PATH") | tee store-paths.txt | zstd -z8T8 >${DEV_SHELL}
0 commit comments