From f2752ee9a6020424f3650bfdfd191d555bf37b9c Mon Sep 17 00:00:00 2001 From: h7x4 Date: Wed, 6 May 2026 23:34:19 +0900 Subject: [PATCH] .gitea/workflows/*: remove redundant config All of the extra config is now being included by default with the github action --- .gitea/workflows/build-topology-graph.yml | 7 ------- .gitea/workflows/eval.yml | 7 ------- 2 files changed, 14 deletions(-) diff --git a/.gitea/workflows/build-topology-graph.yml b/.gitea/workflows/build-topology-graph.yml index e4eba5c..43746a7 100644 --- a/.gitea/workflows/build-topology-graph.yml +++ b/.gitea/workflows/build-topology-graph.yml @@ -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 diff --git a/.gitea/workflows/eval.yml b/.gitea/workflows/eval.yml index f4f204c..fcb2a8e 100644 --- a/.gitea/workflows/eval.yml +++ b/.gitea/workflows/eval.yml @@ -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