Reproduce

Exactly

nix \
    --extra-experimental-features nix-command \
    --extra-experimental-features flakes \
    --log-format raw-with-logs \
    build --no-link 'git+ssh://git@github.com/sellout/aftok?ref=dependabot%2Fnpm_and_yarn%2Fclient%2Flodash-4.18.1&rev=3eb78fd3d026bb681a9dc1cf2ca17fc641cff273#packages.x86_64-linux.aftok' \
    --print-build-logs

Locally

Must be run from repository root directory at commit 3eb78fd3

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

Feedback Loop

Must be run from repository root directory at commit 3eb78fd3

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.aftok \
    --print-build-logs

Limitations