From 8062bbc4716a0aad5eaad01bd0f563eb4c286eb3 Mon Sep 17 00:00:00 2001 From: oluceps Date: Fri, 23 Feb 2024 23:41:14 +0800 Subject: [PATCH] - --- .github/workflows/eval.yaml | 40 ------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 .github/workflows/eval.yaml diff --git a/.github/workflows/eval.yaml b/.github/workflows/eval.yaml deleted file mode 100644 index 3ce001d4e..000000000 --- a/.github/workflows/eval.yaml +++ /dev/null @@ -1,40 +0,0 @@ -jobs: - check: - name: format check - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - - - name: Install Nix - uses: cachix/install-nix-action@v19 - - - name: flake check - run: | - nix flake check - shell: bash - eval: - name: eval nixosConfiguration - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - - - name: Install Nix - uses: cachix/install-nix-action@v19 - - - name: eval - run: | - nix eval --raw .#nixosConfigurations.${{ matrix.hosts }}.config.system.build.toplevel - shell: bash - strategy: - matrix: - hosts: [ hastur, kaambl, azasos, yidhra, nodens, nixos ] -name: eval -on: - pull_request: - branches: ["*"] - push: - branches: ["main", "trival"] - -