From 6ab09ebe991ab0316b427e9140e593b6a4344f37 Mon Sep 17 00:00:00 2001 From: Paul Brinkmeier Date: Mon, 6 Oct 2025 00:46:20 +0200 Subject: [PATCH] fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Nix CI tryouts --- .gitea/workflows/build-image.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index 0082180..897afa7 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -16,9 +16,11 @@ jobs: - run: id - run: ls -lah /nix - run: ls -lah /nix/var/nix + - run: env | grep NIX - name: Checkout repo uses: actions/checkout@v4 - run: ls -lah - run: | . ~/.nix-profile/etc/profile.d/nix.sh + env | grep NIX nix build .#image -o image.tar.gz