Deployment and lifecycle management for Nix
0
fork

Configure Feed

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

fix: incorrect builder name

+1 -1
+1 -1
.forgejo/workflows/build.yaml
··· 5 5 6 6 jobs: 7 7 flake-build: 8 - runs-on: sower/seed/${{ matrix.system }} 8 + runs-on: stop/${{ matrix.system }} 9 9 container: 10 10 options: "--volume /nix:/host/nix" 11 11