Skip to content

Conversation

@szlend
Copy link

@szlend szlend commented Jan 4, 2026


show_derivation_command
let show_derivation_output = Command::new("nix")
.arg("--experimental-features").arg("nix-command")
Copy link
Author

@szlend szlend Jan 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not really a necessary change, but show-derivation is technically part of the nix-command experimental feature, and this is done in other places.

Also nix show-derivation has been deprecated by nix derivation show a while back, but not sure when we actually want to move to it. I left it alone for now as the old command still works.

@ppenguin
Copy link

ppenguin commented Jan 9, 2026

Thanks! I tested this and for me this worked and solved #355

@topongo
Copy link

topongo commented Jan 9, 2026

i'm also using this by default for some days and i didn't encounter any issues (and it saved my pants as i pacman -Syu too boldly)

@szlend
Copy link
Author

szlend commented Jan 9, 2026

cc @rvem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot deploy with Nix 2.33

3 participants