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
@result
nh darwin switch
-output-path
#187
It's weird, it seems that @result will still be generated in pwd when using nh darwin switch
i tested on my nixos, received the same.
sudo nix build --profile /nix/var/nix/profiles/system /tmp/nh-osqL0PnV/result
for this command, maybe we can use --no-link ?
--no-link
'cause @result are created by the previous command
nix build '/home/xxx/nixos/#nixosConfigurations.nixos.config.system.build.toplevel' --log-format internal-json --verbose --out-link /tmp/nh-osqL0PnV/result | nom --json
if it's not wrong, i can make a pr :)
The text was updated successfully, but these errors were encountered:
fix: generated "result" in pwd
e049450
fix viperML#191
result
-o
97e70d0
Successfully merging a pull request may close this issue.
#187
It's weird, it seems that
@result
will still be generated in pwd when using nh darwin switchi tested on my nixos, received the same.
for this command, maybe we can use
--no-link
?'cause
@result
are created by the previous commandif it's not wrong, i can make a pr :)
The text was updated successfully, but these errors were encountered: