Update BuildSDImage.yml

Trying impure to enable adding the flake into the image
This commit is contained in:
2023-11-18 12:03:06 -05:00
committed by GitHub
parent 4ef3780f8f
commit f2c0a60d37

View File

@@ -32,7 +32,7 @@ jobs:
- name: Build SD Image
run: |
nix build --option system aarch64-linux --option sandbox false .#images.m1
nix build --option system aarch64-linux --option sandbox false --impure .#images.m1
ls -lah ./result/sd-image
- uses: actions/upload-artifact@v2