This commit is contained in:
parent
078ba6b4ca
commit
b9b94e7b4c
1 changed files with 5 additions and 7 deletions
|
@ -75,13 +75,11 @@ jobs:
|
||||||
- name: "Nix Version"
|
- name: "Nix Version"
|
||||||
run: |
|
run: |
|
||||||
nix --version
|
nix --version
|
||||||
# - name: "Nix build"
|
- name: "Nix build - nixos-vm-01"
|
||||||
# run: |
|
run: |
|
||||||
# echo "Running Nix Build"
|
echo "Running Nix Build"
|
||||||
# nix --extra-experimental-features "nix-command flakes" \
|
nix --extra-experimental-features "nix-command flakes" \
|
||||||
# build /workspace/albert/nix#imageConfigurations.nixos-iso-desktop
|
build --flake /etc/nixos/git#nixos-vm-01 --target-host nixos-vm-01
|
||||||
# echo "Results:"
|
|
||||||
# ls -lah result/iso/
|
|
||||||
|
|
||||||
- if: always()
|
- if: always()
|
||||||
run: rm -rf /.cache
|
run: rm -rf /.cache
|
||||||
|
|
Loading…
Reference in a new issue