vic / gleam-nix

Build Gleam with Nix.
https://gleam.run
Apache License 2.0
20 stars 6 forks source link

Regenerate cargo dependencies for v0.28 #2

Closed NthTensor closed 1 year ago

NthTensor commented 1 year ago

Thanks for the awesome flake! I'm on NixOS and am trying to update this to support Gleam v0.28. Seems like I need to update the dependencies but I'm not exactly sure what to do with the output of make generate.

If you give me some direction I can open a PR.

vic commented 1 year ago

make generate modifies the Cargo.nix file from gleam dependencies. I just updated it and also had to upgrade the nixpkgs version being used and the rust compiler version to latest stable. See #3

NthTensor commented 1 year ago

Thanks so much!