@grhmc So, Rust based packages in nixos - if I want to replace the *source* to the rustup package (ie. have it built from a test branch of my own) how do I express that in nix without just copying the package into my config and hacking at it? (I am still very junior nix-wise)
2
2
I would be fetching from a branch in a repo, so fetchGit for sure; isn't there a cargo sha thing too though? I'm not sure, I should probably seek out the computed derivation and look I guess; but I don't know how :D
Jun 6, 2022 Β· 12:30 PM UTC
1

