diff --git a/.gitea/workflows/update-flake-lock.yaml b/.gitea/workflows/update-flake-lock.yaml index 8f99214..6551fba 100644 --- a/.gitea/workflows/update-flake-lock.yaml +++ b/.gitea/workflows/update-flake-lock.yaml @@ -3,8 +3,13 @@ on: [push] jobs: lockfile: - runs-on: nix + runs-on: ubuntu-latest steps: - - run: echo ${{gitea}} - - run: echo ${{env}} - + - name: Checkout repository + uses: actions/checkout@v4 + - name: Install Nix + uses: DeterminateSystems/nix-installer-action@main + - name: Update flake.lock + uses: DeterminateSystems/update-flake-lock@main + with: + pr-title: "Update flake.lock" # Title of PR to be created diff --git a/nixos/primordial/configuration.nix b/nixos/primordial/configuration.nix index 4511881..7c87716 100644 --- a/nixos/primordial/configuration.nix +++ b/nixos/primordial/configuration.nix @@ -239,7 +239,7 @@ in { url = "https://git.fuckwit.dev"; tokenFile = config.sops.secrets."act-runner-token".path; labels = [ - "nix:docker://nixos/nix:latest" + "ubuntu-latest:docker://node:16-bullseye" ]; # hostPackages = with pkgs; [ # bash