diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f83a94c..44b5a98 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,14 +18,16 @@ jobs: echo "matrix=$(cat config.json)" >> $GITHUB_OUTPUT run-matrix: needs: configure - runs-on: self-hosted + # runs-on: self-hosted + runs-on: ubuntu strategy: matrix: x: ${{ fromJson(needs.configure.outputs.matrix) }} steps: - - uses: actions/checkout@v4 + # - uses: actions/checkout@v4 - run: echo ${{matrix.name}} # - run: nixci - - run: nix build -L .#${{matrix.name}} + # - run: nix build -L .#${{matrix.name}} + # - run: echo .#${{matrix.x.name}} #- run: nix build -L .#packages.aarch64-linux.default #- run: nix build -L .#packages.x86_64-linux.default diff --git a/flake.nix b/flake.nix index e1d61f1..9944000 100644 --- a/flake.nix +++ b/flake.nix @@ -28,8 +28,8 @@ { include = lib.concatLists [ (perSystem "packages") - (perSystem "devShells") - (perSystem "checks") + #(perSystem "devShells") + #(perSystem "checks") ]; }; perSystem = { self', system, lib, config, pkgs, ... }: {