infrastructure

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 9a59639b9618d0950ac941829bdc6200f59d0756
parent e4ad93622eb83ca7f17473e75bb998d4daa24809
Author: Silas Brack <silasbrack@gmail.com>
Date:   Sun, 12 Jan 2025 17:32:55 +0100

fix: more fixes

Diffstat:
M.github/workflows/test.yaml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml @@ -12,4 +12,5 @@ jobs: nix_path: nixpkgs=channel:nixos-unstable - uses: DeterminateSystems/magic-nix-cache-action@v2 - run: nix build .#nixosConfigurations.nixos-s-1vcpu-512mb-10gb-ams3-01.config.system.build.toplevel - - run: nix-shell --run "echo OK" + - run: nix flake check + - run: nix develop -c "echo OK"