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"
|
||||
run: |
|
||||
nix --version
|
||||
# - name: "Nix build"
|
||||
# run: |
|
||||
# echo "Running Nix Build"
|
||||
# nix --extra-experimental-features "nix-command flakes" \
|
||||
# build /workspace/albert/nix#imageConfigurations.nixos-iso-desktop
|
||||
# echo "Results:"
|
||||
# ls -lah result/iso/
|
||||
- name: "Nix build - nixos-vm-01"
|
||||
run: |
|
||||
echo "Running Nix Build"
|
||||
nix --extra-experimental-features "nix-command flakes" \
|
||||
build --flake /etc/nixos/git#nixos-vm-01 --target-host nixos-vm-01
|
||||
|
||||
- if: always()
|
||||
run: rm -rf /.cache
|
||||
|
|
Loading…
Reference in a new issue