commit e4ad93622eb83ca7f17473e75bb998d4daa24809 parent d206523e7d616a0a6f9395a9de82b395be6f00d9 Author: Silas Brack <silasbrack@gmail.com> Date: Sun, 12 Jan 2025 17:26:34 +0100 fix: fix test again Diffstat:
| M | .github/workflows/test.yaml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml @@ -11,5 +11,5 @@ jobs: with: nix_path: nixpkgs=channel:nixos-unstable - uses: DeterminateSystems/magic-nix-cache-action@v2 - - run: nixos-rebuild build --fast --flake .#nixos-s-1vcpu-512mb-10gb-ams3-01 + - run: nix build .#nixosConfigurations.nixos-s-1vcpu-512mb-10gb-ams3-01.config.system.build.toplevel - run: nix-shell --run "echo OK"