From 5d9c25e0935154d33ae9dd8c961d51f30544b25b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Mon, 30 Sep 2024 10:43:22 +0200 Subject: [PATCH] Try without experimental features flag --- .forgejo/workflows/test.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 7dcaebe..4c9e630 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -3,7 +3,10 @@ jobs: test: runs-on: native steps: + - run: whoami + - run: echo $HOME + - uses: actions/checkout@v4 - run: | - nix build --extra-experimental-features 'nix-command flakes' .#checks.x86_64-linux.pixelfed-garage -L + nix build .#checks.x86_64-linux.pixelfed-garage -L