Compare commits

...

1 Commits

Author SHA1 Message Date
h7x4
f2752ee9a6 .gitea/workflows/*: remove redundant config
All of the extra config is now being included by default with the github
action
2026-05-06 23:34:22 +09:00
2 changed files with 0 additions and 14 deletions

View File

@@ -13,13 +13,6 @@ jobs:
- uses: actions/checkout@v6
- uses: https://github.com/cachix/install-nix-action@v31
with:
extra_nix_config: |
show-trace = true
max-jobs = auto
trusted-users = root
experimental-features = nix-command flakes
build-users-group =
- name: Build topology graph
run: nix build .#topology -L

View File

@@ -12,12 +12,5 @@ jobs:
- uses: actions/checkout@v6
- uses: https://github.com/cachix/install-nix-action@v31
with:
extra_nix_config: |
show-trace = true
max-jobs = auto
trusted-users = root
experimental-features = nix-command flakes
build-users-group =
- run: nix flake check