This commit is contained in:
Andrea Ciceri 2022-04-13 18:42:25 +02:00
parent f0060d4847
commit 38a1ab0a86
No known key found for this signature in database
GPG key ID: AAFD2423608B645B

View file

@ -33,8 +33,9 @@ jobs:
with:
name: aciceri-fleet
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- run: sed -i 's/#\(.*\).*\#.* ga-uncomment/\1/g' flake.nix # disabling outputs unsupported inside the GitHub action
- run: nix -Lv flake check
- run: nix -Lv build ".#nixosConfigurations.pc.config.system.build.toplevel"
- run: nix -Lv build ".#nixosConfigurations.hs.config.system.build.toplevel"
#- run: sed -i 's/#\(.*\).*\#.* ga-uncomment/\1/g' flake.nix # disabling outputs unsupported inside the GitHub action
- run: nix -Lv build ".#nixosConfigurations.pbp.config.system.build.toplevel"
#- run: nix -Lv flake check
#- run: nix -Lv build ".#nixosConfigurations.pc.config.system.build.toplevel"
#- run: nix -Lv build ".#nixosConfigurations.hs.config.system.build.toplevel"
- run: nix -Lv develop -c echo OK