Building currently the wallust package with nix fails as new rustc (1.79) is not available in nixpkgs.
With the new changes it builds successfully.
nix build "git+https://codeberg.org/explosion-mental/wallust?ref=dev#wallust"
Changes done
- Added fenix overlay which grabs the latest rustc
- flake restructure (QOL improvements) to flake-parts for a clean look
- Changed the nix files formatting to alejandra
Building currently the wallust package with nix fails as new rustc (1.79) is not available in nixpkgs.
With the new changes it builds successfully.
```bash
nix build "git+https://codeberg.org/explosion-mental/wallust?ref=dev#wallust"
```
## Changes done
- Added fenix overlay which grabs the latest rustc
- flake restructure (QOL improvements) to flake-parts for a clean look
- Changed the nix files formatting to alejandra