Skip to content

Conversation

@szlend
Copy link
Contributor

@szlend szlend commented Jan 4, 2026


show_derivation_command
let show_derivation_output = Command::new("nix")
.arg("--experimental-features").arg("nix-command")
Copy link
Contributor 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
Contributor Author

szlend commented Jan 9, 2026

cc @rvem

@georgeday-firefly
Copy link

working well for me

@0rvar
Copy link

0rvar commented Jan 31, 2026

This PR fixed deploys for me as well. Good stuff!

Before:

error: getting status of '/nix/store/derivations': No such file or directory

After, deploy works fine

Copy link
Member

@Sereja313 Sereja313 left a comment

Choose a reason for hiding this comment

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

Thanks

@Sereja313 Sereja313 merged commit 77c906c into serokell:master Feb 2, 2026
10 checks passed
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

6 participants