This commit is contained in:
Andrea Ciceri 2022-06-05 17:38:50 +02:00
parent 0db5318ffe
commit f097ad03cd
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
2 changed files with 2 additions and 4 deletions

View file

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

View file

@ -2,7 +2,7 @@ name: update-flake-lock
on: on:
workflow_dispatch: # allows manual triggering workflow_dispatch: # allows manual triggering
schedule: schedule:
- cron: '0 2 * * 6' # runs weekly on Friday at 02:00 AM - cron: '0 2 * * *' # runs weekly on Friday at 02:00 AM
jobs: jobs:
lockfile: lockfile: