From c3bae6f0b6ca0accc44115be825df6cf6877f95f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Fri, 20 Sep 2024 12:42:14 +0200 Subject: [PATCH] And now, Nix, natively? --- .forgejo/workflows/test.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index b79724c..dc9d888 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -1,9 +1,8 @@ on: [push] jobs: test: - runs-on: ubuntu-latest - container: - image: nixos/nix:2.18.7 + runs-on: nix.2.18.7 steps: - run: echo All very good - run: nix --version + - run: whoami