Reproduce

Exactly

nix \
    --extra-experimental-features nix-command \
    --extra-experimental-features flakes \
    --log-format raw-with-logs \
    build --no-link --print-out-paths 'git+ssh://git@codeberg.org/debugloop/dotfiles?ref=main&rev=6fa9867e1c851e90f3a18dbfc1a07bb5b9d3d0b0&shallow=1#packages.x86_64-linux.install' \
    --print-build-logs

Locally

Must be run from repository root directory at commit 6fa9867e

nix \
    --extra-experimental-features nix-command \
    --extra-experimental-features flakes \
    --log-format raw-with-logs \
    build --no-link --print-out-paths .#packages.x86_64-linux.install \
    --print-build-logs

Feedback Loop

Must be run from repository root directory at commit 6fa9867e

nix run github:NorfairKing/feedback -- -- nix \
    --extra-experimental-features nix-command \
    --extra-experimental-features flakes \
    --log-format raw-with-logs \
    build --no-link --print-out-paths .#packages.x86_64-linux.install \
    --print-build-logs

Limitations