cleanup debian specific steps in build-images action
Some checks failed
build demo images / Build NixOS images (push) Failing after 13s
Some checks failed
build demo images / Build NixOS images (push) Failing after 13s
This commit is contained in:
parent
647b647eea
commit
51c1716f19
1 changed files with 6 additions and 6 deletions
|
@ -8,13 +8,13 @@ jobs:
|
||||||
name: Build NixOS images
|
name: Build NixOS images
|
||||||
runs-on: nixos
|
runs-on: nixos
|
||||||
steps:
|
steps:
|
||||||
- name: install sudo
|
#- name: install sudo
|
||||||
run: apt-get update && apt-get -y install sudo
|
# run: apt-get update && apt-get -y install sudo
|
||||||
- name: checkout repository
|
- name: checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: install nix
|
#- name: install nix
|
||||||
uses: https://git.distrilab.fr/nix-clic/install-nix-action@v27
|
# uses: https://git.distrilab.fr/nix-clic/install-nix-action@v27
|
||||||
with:
|
# with:
|
||||||
nix_path: nixpkgs=channel:nixos-24.05
|
# nix_path: nixpkgs=channel:nixos-24.05
|
||||||
- name: run generator
|
- name: run generator
|
||||||
run: nix-shell -p nixos-generators --run "nixos-generate -c inventory/demo-configuration.nix -f proxmox-lxc"
|
run: nix-shell -p nixos-generators --run "nixos-generate -c inventory/demo-configuration.nix -f proxmox-lxc"
|
||||||
|
|
Loading…
Reference in a new issue