From 48c57e4d3774ae2f283c40135caf152b474e95ad Mon Sep 17 00:00:00 2001 From: cdombroski Date: Wed, 24 Apr 2024 21:25:48 -0400 Subject: [PATCH] Update .forgejo/workflows/update.yml --- .forgejo/workflows/update.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/update.yml b/.forgejo/workflows/update.yml index 82dc47f..9f1b7a4 100644 --- a/.forgejo/workflows/update.yml +++ b/.forgejo/workflows/update.yml @@ -5,8 +5,8 @@ on: - cron: '0 2 * * *' jobs: lockfile: - runs-on: ubuntu-22.04 + runs-on: docker + container.image: nixos/nix steps: - - uses: https://github.com/DeterminateSystems/nix-installer-action@main - uses: actions/checkout@v4 - - uses: https://github.com/DeterminateSystems/update-flake-lock@main \ No newline at end of file + - run: 'export PATH=/root/.nix-profile/bin; nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"; git push' \ No newline at end of file