From 47d2cd6fb9d31f8a83eada687251d7fb286298a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cain=C3=A3=20Costa?= Date: Thu, 6 Jul 2023 15:56:18 -0300 Subject: [PATCH] chore: remove references to cargo2nix from build --- .github/workflows/nix.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index b1393169..a15d60a9 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -23,15 +23,6 @@ jobs: - name: Run the Magic Nix Cache uses: DeterminateSystems/magic-nix-cache-action@v1 - - name: Run cargo2nix - shell: bash - run: | - nix run github:cargo2nix/cargo2nix -- -s > Cargo.nix + - name: Build Aiken + run: nix build - - name: Create PR - uses: peter-evans/create-pull-request@v4 - with: - branch: patch/cargo.nix - delete-branch: true - title: Update Cargo.nix - add-paths: Cargo.nix