1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-08-01 17:38:36 +00:00

feat: add new attic cache

This commit is contained in:
Samuel Meenzen 2025-06-22 21:02:14 +02:00
parent 3248efbe4b
commit aff194c6eb
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ if [ ! -z ${ATTIC_TOKEN+x} ]; then
nix run --inputs-from . attic -- \
login \
conduit \
"${ATTIC_ENDPOINT:-https://attic.conduit.rs/conduit}" \
"${ATTIC_ENDPOINT:-https://attic.mnzn.dev/conduit}" \
"$ATTIC_TOKEN"
readarray -t derivations < <(nix path-info "$@" --derivation)