Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
plietar committed Oct 24, 2024
1 parent d460040 commit 9c79cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
hostnames=$(nix eval --raw ".#nixosConfigurations" --apply 'x: builtins.concatStringsSep " " (builtins.attrNames x)')
for h in $hostnames; do
attribute="nixosConfigurations.$h.config.system.build.toplevel"
nix build -L $attribute --no-link
nix build -L .#$attribute --no-link
done
- run: nix flake check -L

0 comments on commit 9c79cef

Please sign in to comment.