summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorThomas Mühlbacher <tmuehlbacher@posteo.net>2024-05-23 20:48:12 +0200
committerThomas Mühlbacher <tmuehlbacher@posteo.net>2024-05-23 21:04:41 +0200
commit88aa61eb9550c1c92ef63812f09861e4005af581 (patch)
tree0cdd2aa4eeb78caebafb086beba901f51a58c6ad /.github
parent45c8cc32a3b52a085496e7c3f784ad47b6daaf68 (diff)
ci: run nix build in workflow
so since up until the last merged changes, this entire gh action pretty much equated to a no-op, afaict. and even now, the only thing i added in PR #272 is a formatter check only for *.nix files. i plan to add more checks soon that will be run by `nix flake check`. but as of right now, adding this is the quickest way to make sure at least something useful is done by this workflow. Signed-off-by: Thomas Mühlbacher <tmuehlbacher@posteo.net>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nix-flake.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/nix-flake.yml b/.github/workflows/nix-flake.yml
index af9582ac..4dfb6453 100644
--- a/.github/workflows/nix-flake.yml
+++ b/.github/workflows/nix-flake.yml
@@ -19,3 +19,4 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake show
- run: nix flake check --print-build-logs
+ - run: nix build --print-build-logs