base(line junkie)
All checks were successful
Hello World / test (push) Successful in 1s

This commit is contained in:
plasmagoat 2025-06-07 03:49:58 +02:00
parent eca330c564
commit 558b3f33c5

View file

@ -25,9 +25,12 @@ jobs:
mkdir -p ~/.config/nix mkdir -p ~/.config/nix
echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf
# - name: Update Channel
# run: nix-channel --update
- name: Build NixOS image - name: Build NixOS image
working-directory: nixos working-directory: nixos
run: nix build .#nixosImage run: nix build .#base
- name: Upload & Restore to Proxmox - name: Upload & Restore to Proxmox
working-directory: nixos working-directory: nixos