From 51c1716f19aef830b9c3d1730378fb254bbeaed2 Mon Sep 17 00:00:00 2001 From: Douze Baie <12b@distrilab.fr> Date: Mon, 30 Sep 2024 17:23:29 +0200 Subject: [PATCH] cleanup debian specific steps in build-images action --- .forgejo/workflows/build-images.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/build-images.yaml b/.forgejo/workflows/build-images.yaml index 6591c89..89c0aca 100644 --- a/.forgejo/workflows/build-images.yaml +++ b/.forgejo/workflows/build-images.yaml @@ -8,13 +8,13 @@ jobs: name: Build NixOS images runs-on: nixos steps: - - name: install sudo - run: apt-get update && apt-get -y install sudo + #- name: install sudo + # run: apt-get update && apt-get -y install sudo - name: checkout repository uses: actions/checkout@v4 - - name: install nix - uses: https://git.distrilab.fr/nix-clic/install-nix-action@v27 - with: - nix_path: nixpkgs=channel:nixos-24.05 + #- name: install nix + # uses: https://git.distrilab.fr/nix-clic/install-nix-action@v27 + # with: + # nix_path: nixpkgs=channel:nixos-24.05 - name: run generator run: nix-shell -p nixos-generators --run "nixos-generate -c inventory/demo-configuration.nix -f proxmox-lxc"