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:
Chris Cochrun 2023-04-10 05:21:18 -05:00
parent 04928cc5e6
commit 56981a95c6
4 changed files with 88 additions and 18 deletions

3
.cargo/config.toml Normal file
View file

@ -0,0 +1,3 @@
[net]
offline = true