Many things:
- updated inputs - added new host `hs` - workflows to check and release new host `hs` - chrome instead of chromium (if not on aarch64) - fixed bud configuration error for `pc` host - fixed Emacs purescript format on save
This commit is contained in:
parent
4e8adcfafb
commit
ecb7bc935b
13 changed files with 125 additions and 72 deletions
1
.github/workflows/check.yml
vendored
1
.github/workflows/check.yml
vendored
|
@ -36,4 +36,5 @@ jobs:
|
|||
- 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: nix -Lv develop -c echo OK
|
||||
|
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -35,6 +35,7 @@ jobs:
|
|||
name: aciceri-fleet
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- run: nix -Lv develop -c bud build pc bootstrapIso
|
||||
- run: nix -Lv develop -c bud build hs bootstrapIso
|
||||
- uses: marvinpinto/action-automatic-releases@latest
|
||||
with:
|
||||
repo_token: '${{ secrets.GITHUB_TOKEN }}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue