mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
added step to build-iso to delete nix store before uploading
This commit is contained in:
parent
c3c73821a6
commit
ea350003ac
3
.github/workflows/build-iso.yml
vendored
3
.github/workflows/build-iso.yml
vendored
|
@ -44,6 +44,9 @@ jobs:
|
|||
with:
|
||||
script: nix build .#nixosConfigurations.${{ matrix.target }}.config.system.build.isoImage
|
||||
|
||||
- name: Delete nix store
|
||||
run: sudo rm -rf /nix
|
||||
|
||||
- name: Upload iso
|
||||
uses: actions/upload-artifact@v3.1.2
|
||||
with:
|
||||
|
|
2
.github/workflows/update-flake-lock.yml
vendored
2
.github/workflows/update-flake-lock.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Update flake.lock
|
||||
name: Bump flake.lock
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
|
Loading…
Reference in a new issue