nix build works! 🎉
Finally got nix build to work and thus even make the app installable again now that I've switched to a mostly rust backend. I needed to add cargoSetupHook and rustPlatform to the buildInputs.
This commit is contained in:
parent
04928cc5e6
commit
56981a95c6
4 changed files with 88 additions and 18 deletions
3
.cargo/config.toml
Normal file
3
.cargo/config.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
[net]
|
||||
offline = true
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue