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/pathway?ref=isNeither-from-Yaya&rev=de90a64243ff24c04d467400205f91f349bf456b#devShells.x86_64-linux.ghc967' \
--print-build-logs
Locally
Must be run from repository root directory at commit de90a642
nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
--log-format raw-with-logs \
build --no-link .#devShells.x86_64-linux.ghc967 \
--print-build-logs
Feedback Loop
Must be run from repository root directory at commit de90a642
nix run github:NorfairKing/feedback -- -- nix \
--extra-experimental-features nix-command \
--extra-experimental-features flakes \
--log-format raw-with-logs \
build --no-link .#devShells.x86_64-linux.ghc967 \
--print-build-logs
Limitations