diff --git a/.gitea/workflows/push.yaml b/.gitea/workflows/push.yaml index 18a8524..0ad1546 100644 --- a/.gitea/workflows/push.yaml +++ b/.gitea/workflows/push.yaml @@ -79,9 +79,9 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - - name: Install Nix - uses: cachix/install-nix-action@v27 - name: Create User run: useradd -m -s /bin/bash -u 1000 user + - name: Install Nix + uses: cachix/install-nix-action@v27 - name: Change User, Run Nix Build run: su user -c "nix build --experimental-features 'nix-command flakes' .#default"