This commit is contained in:
parent
eca330c564
commit
558b3f33c5
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue