Skip to content

Commit

Permalink
ci: dont build system config :(
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5a4 committed Sep 15, 2024
1 parent 5f51041 commit f3fe9fd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
path: |
/nix/store
- uses: nixbuild/nix-quick-install-action@v28
- run: nix flake check
- run: nix flake show --json |
jq '.packages."x86_64-linux"|keys[]' |
xargs -I {} nix build .#{}
- run: nix flake show --json |
jq '.nixosConfigurations|keys[]' |
xargs -I {} nix develop -c nixos-rebuild build --flake .#{}
# - run: nix flake show --json |
# jq '.nixosConfigurations|keys[]' |
# xargs -I {} nix develop -c nixos-rebuild build --flake .#{}

0 comments on commit f3fe9fd

Please sign in to comment.