use nixcp main
This commit is contained in:
parent
e2df47ab99
commit
71657e0ccb
2 changed files with 3 additions and 3 deletions
|
@ -68,7 +68,7 @@ jobs:
|
||||||
if: '!cancelled()'
|
if: '!cancelled()'
|
||||||
run: |
|
run: |
|
||||||
package=".#nixosConfigurations."${{ matrix.machine }}".config.system.build.toplevel"
|
package=".#nixosConfigurations."${{ matrix.machine }}".config.system.build.toplevel"
|
||||||
nix run github:cything/nixcp/2025-04-12 -- \
|
nix run github:cything/nixcp -- \
|
||||||
push \
|
push \
|
||||||
--bucket nixcache \
|
--bucket nixcache \
|
||||||
--signing-key ${{ runner.temp }}/cache-priv-key.pem \
|
--signing-key ${{ runner.temp }}/cache-priv-key.pem \
|
||||||
|
@ -131,7 +131,7 @@ jobs:
|
||||||
if: '!cancelled()'
|
if: '!cancelled()'
|
||||||
run: |
|
run: |
|
||||||
package=".#homeConfigurations."${{ matrix.home }}".activationPackage"
|
package=".#homeConfigurations."${{ matrix.home }}".activationPackage"
|
||||||
nix run github:cything/nixcp/2025-04-12 -- \
|
nix run github:cything/nixcp -- \
|
||||||
push \
|
push \
|
||||||
--bucket nixcache \
|
--bucket nixcache \
|
||||||
--signing-key ${{ runner.temp }}/cache-priv-key.pem \
|
--signing-key ${{ runner.temp }}/cache-priv-key.pem \
|
||||||
|
|
2
.github/workflows/build-packages.yml
vendored
2
.github/workflows/build-packages.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
||||||
# https://stackoverflow.com/a/58859404
|
# https://stackoverflow.com/a/58859404
|
||||||
if: '!cancelled()'
|
if: '!cancelled()'
|
||||||
run: |
|
run: |
|
||||||
nix run github:cything/nixcp/2025-04-12 -- \
|
nix run github:cything/nixcp -- \
|
||||||
push \
|
push \
|
||||||
--bucket nixcache \
|
--bucket nixcache \
|
||||||
--signing-key ${{ runner.temp }}/cache-priv-key.pem \
|
--signing-key ${{ runner.temp }}/cache-priv-key.pem \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue