123
All checks were successful
Hello World / test (push) Successful in 4s

This commit is contained in:
plasmagoat 2025-06-07 03:41:56 +02:00
parent 19136d9fc9
commit eca330c564

View file

@ -20,9 +20,14 @@ jobs:
# extra_nix_config: | # extra_nix_config: |
# experimental-features = nix-command flakes # experimental-features = nix-command flakes
- name: Enable experimental features
run: |
mkdir -p ~/.config/nix
echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf
- name: Build NixOS image - name: Build NixOS image
working-directory: nixos working-directory: nixos
run: nix --extra-experimental-features nix-command --extra-experimental-features flakes build .#nixosImage run: nix build .#nixosImage
- name: Upload & Restore to Proxmox - name: Upload & Restore to Proxmox
working-directory: nixos working-directory: nixos