We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
nix build --dry-run --json is not returning any output. Instead, it'd be super convenient to have a set containing two lists:
nix build --dry-run --json
Steps To Reproduce
» nix build --dry-run --json /nix/store/rnd34f5qzapr5x9wfcikjymc9nhp34jk-default-Setup.drv 2>/dev/null <nothing in stdout>
Expected behavior
EDIT: disregard the proposed json output. Let's just have something consistent with nix-build --json (ie. without dry-run).
nix-build --json
`nix --version
nix --version nix (Nix) 2.4pre20210326_dd77f71
The text was updated successfully, but these errors were encountered:
nix-build-if-changed
Successfully merging a pull request may close this issue.
Describe the bug
nix build --dry-run --json
is not returning any output. Instead, it'd be super convenient to have a set containing two lists:Steps To Reproduce
Expected behavior
EDIT: disregard the proposed json output. Let's just have something consistent with
nix-build --json
(ie. without dry-run).`nix --version
The text was updated successfully, but these errors were encountered: