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