From e6e138a872ab92f42413913d4ca6ed7080686152 Mon Sep 17 00:00:00 2001 From: cdombroski Date: Wed, 24 Apr 2024 18:45:48 -0400 Subject: [PATCH] Update .forgejo/workflows/update.yml --- .forgejo/workflows/update.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/update.yml b/.forgejo/workflows/update.yml index 82bfb9b..ce5fb22 100644 --- a/.forgejo/workflows/update.yml +++ b/.forgejo/workflows/update.yml @@ -6,9 +6,11 @@ on: jobs: lockfile: runs-on: docker - container.image: nixos/nix + container.image: ubuntu-23.10 steps: - name: checkout uses: actions/checkout@v4 + - name: Install Nix + uses: https://github.com/DeterminateSystems/nix-installer-action@main - name: Update flake.lock - run: 'nix flake update; git add flake.lock; git commit -m "flake.lock: Update"; git push' + run: 'nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"; git push'