diff --git a/.gitea/workflows/push.yaml b/.gitea/workflows/push.yaml index 747bc19..20e14d7 100644 --- a/.gitea/workflows/push.yaml +++ b/.gitea/workflows/push.yaml @@ -81,5 +81,9 @@ jobs: uses: actions/checkout@v4 - name: Set up Nix uses: cachix/install-nix-action@v27 + - name: Print username + run: whoami + - name: List all users + run: cat /etc/passwd - name: Build project with Nix run: nix build .#default --experimental-features 'nix-command flakes'