added step to build-iso to delete nix store before uploading

This commit is contained in:
Aly Raffauf 2024-03-06 19:42:52 -05:00
parent c3c73821a6
commit ea350003ac
2 changed files with 4 additions and 1 deletions

View file

@ -44,6 +44,9 @@ jobs:
with: with:
script: nix build .#nixosConfigurations.${{ matrix.target }}.config.system.build.isoImage script: nix build .#nixosConfigurations.${{ matrix.target }}.config.system.build.isoImage
- name: Delete nix store
run: sudo rm -rf /nix
- name: Upload iso - name: Upload iso
uses: actions/upload-artifact@v3.1.2 uses: actions/upload-artifact@v3.1.2
with: with:

View file

@ -1,4 +1,4 @@
name: Update flake.lock name: Bump flake.lock
on: on:
schedule: schedule: