From 446fd177f9db42219adea9506933005c4bd08654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Tue, 24 Sep 2024 13:00:20 +0200 Subject: [PATCH] debug --- .forgejo/workflows/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 30a399d..3226876 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -3,6 +3,9 @@ jobs: test: runs-on: nix.2.18.7 steps: + - run: ls /etc/nixos + - run: cat /etc/nixos/configuration.nix + - run: cat /etc/nixos/flake.nix - run: echo All very good - run: nix --version - run: whoami