Deployment and lifecycle management for Nix
0
fork

Configure Feed

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

ci: rename/cleanup

+1 -11
+1 -11
.forgejo/workflows/build-x86_64.yaml
··· 12 12 steps: 13 13 - uses: actions/checkout@v4 14 14 15 - - name: go cli 15 + - name: sower build 16 16 run: | 17 17 printf '%s' '${{ secrets.NIKS3_AUTH_TOKEN }}' > ../niks3-token 18 18 export NIKS3_AUTH_TOKEN_FILE="$PWD/../niks3-token" ··· 27 27 - run: | 28 28 export HOME=$PWD 29 29 nix develop .# --command just check-elixir-format 30 - 31 - # elixir-test: 32 - # runs-on: local/x86_64-linux 33 - # 34 - # steps: 35 - # - uses: actions/checkout@v4 36 - # 37 - # - run: | 38 - # export HOME=$PWD 39 - # nix develop .# --command just check-elixir-test 40 30 41 31 go: 42 32 runs-on: local/x86_64-linux