From 89b2ab5f4ae244c5bf439ce9643be23fc219c2d1 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Tue, 10 Feb 2026 18:08:39 +0100 Subject: [PATCH] test --- .forgejo/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 6f395ed..1440d6a 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -7,6 +7,6 @@ jobs: runs-on: nixos steps: - uses: actions/checkout@v4 - - run: nix flake update --extra-experimental-features nix-command + - run: nix flake update --extra-experimental-features nix-command --extra-experimental-features flakes - run: git commit flake.lock -m "Update flake.lock" - run: git push