From 4f64d67cff3355b50cd08330e5f15ac62ddabb6d Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 18 Jul 2023 12:30:54 -0400 Subject: [PATCH] ci(tests): Remove nixos-rebuild Not available in the Nix action. It's Ubuntu after all. --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ce337a49..669ee43d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,4 +23,3 @@ jobs: - uses: actions/checkout@v3 - uses: cachix/install-nix-action@v22 - run: nix flake check - - run: nixos-rebuild build-vm .#nixos