We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8524da4 commit a6c2218Copy full SHA for a6c2218
extra/ghcr-upload.sh
@@ -2,7 +2,7 @@
2
#! nix-shell -i bash -p zstd -p oras -p jq
3
set -euox pipefail
4
5
-SHELL_NIX_PATH=$(nix path-info ".#hydraJobs.${DEV_SHELL}" --accept-flake-config --json | jq -r 'keys[0]')
+SHELL_NIX_PATH=$(nix path-info ".#hydraJobs.${DEV_SHELL}" --accept-flake-config --no-update-lock-file --json | jq -r 'keys[0]')
6
nix-store -r "$SHELL_NIX_PATH"
7
#nix build ".#hydraJobs.${DEV_SHELL}" --show-trace --accept-flake-config
8
nix-store --export $(nix-store -qR "$SHELL_NIX_PATH") | tee store-paths.txt | zstd -z8T8 >${DEV_SHELL}
0 commit comments