From a5275a995640c420baa601fce0f59671c8f2ca64 Mon Sep 17 00:00:00 2001 From: cdombroski Date: Wed, 24 Apr 2024 21:32:06 -0400 Subject: [PATCH] Update .forgejo/workflows/update.yml --- .forgejo/workflows/update.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/update.yml b/.forgejo/workflows/update.yml index 9774bc6..735ca5c 100644 --- a/.forgejo/workflows/update.yml +++ b/.forgejo/workflows/update.yml @@ -6,8 +6,7 @@ on: jobs: lockfile: runs-on: docker - container: - image: nixos/nix steps: - uses: actions/checkout@v4 - - 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 + - uses: https://github.com/DeterminateSystems/installer-nix-action@main + - run: 'set -x; nix flake update --commit-lock-file --commit-lockfile-summary "flake.lock: Update"; git push' \ No newline at end of file