Reproduce

Exactly

nix \
    --extra-experimental-features nix-command \
    --extra-experimental-features flakes \
    --log-format raw-with-logs \
    build --no-link 'git+ssh://git@codeberg.org/mtlynch/simpleauth?ref=master&rev=4180010b536819771d31b67f70ccbe3aa57b635d#packages.x86_64-linux.check-trailing-newline' \
    --print-build-logs

Locally

Must be run from repository root directory at commit 4180010b

nix \
    --extra-experimental-features nix-command \
    --extra-experimental-features flakes \
    --log-format raw-with-logs \
    build --no-link .#packages.x86_64-linux.check-trailing-newline \
    --print-build-logs

Feedback Loop

Must be run from repository root directory at commit 4180010b

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

Limitations