From f9ba8473d21c67de140b6237343ae372a5ea0bd1 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sat, 29 Apr 2023 15:30:28 -0600 Subject: [PATCH] Try host again --- .gitea/workflows/check-flake.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/check-flake.yaml b/.gitea/workflows/check-flake.yaml index 96f52ec..95f84c1 100644 --- a/.gitea/workflows/check-flake.yaml +++ b/.gitea/workflows/check-flake.yaml @@ -35,4 +35,4 @@ jobs: # run: printenv | cut -d'=' -f1 - name: Check Flake - run: nix build .#nixosConfigurations."phil".config.system.build.toplevel --show-trace \ No newline at end of file + run: nix flake check --show-trace \ No newline at end of file