From a8d5c26989d97341eebaf8eaf124f37e60d28ca3 Mon Sep 17 00:00:00 2001 From: iofq Date: Sun, 11 Jan 2026 23:06:17 -0600 Subject: [PATCH] init --- .forgejo/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/main.yaml b/.forgejo/workflows/main.yaml index f403cb5..7b3d68f 100644 --- a/.forgejo/workflows/main.yaml +++ b/.forgejo/workflows/main.yaml @@ -4,7 +4,7 @@ jobs: runs-on: nix-upstream-latest steps: - run: echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf - - run: nix-env -i nodejs # bootstrap + - run: nix-env -i nodejs curl # bootstrap - run: curl -sLo /etc/containers/policy.json https://github.com/containers/skopeo/blob/879dbc3757610a574f9fcc44ea23ef9e8e2b6fe3/default-policy.json - uses: actions/checkout@v4 - run: |-