Deployment and lifecycle management for Nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: use new push targeting

+6 -1
+6 -1
.forgejo/workflows/build-x86_64.yaml
··· 26 26 27 27 - run: | 28 28 export HOME=$PWD 29 - nix run .#cli -- builder build --workers 4 --system x86_64-linux --debug 29 + 30 + # Setup attic cache 31 + attic login main $ATTIC_URL $ATTIC_KEY 32 + 33 + # Build and push to attic 34 + nix run .#cli -- builder push --workers 4 --system x86_64-linux --target "attic:main:$ATTIC_CACHE" --debug