Moritz Böhme
Moritz Böhme
Sorry for the delayed answer, I'm currently a bit preoccupied due to my exams coming up. Sadly, I have not yet experimented as much as I would like with Nix...
Okay, I tried my best using fenix + naersk as per the fenix examples. This also solves the issue of having to specify cargo vendor hash, as you mentioned.
@winterqt Could you have another look? Thanks in advance :)
> Sorry for forgetting about this again. No problem. Thanks for the help =)
> Also: I screwed up the initial source cleaning implementation, here's a fixed one: > > ```nix > src = with pkgs.lib; cleanSourceWith { > src = self; > filter...
I have simplified the source cleaning a little bit, but unfortunately by removing the exercises directory from source the first integration test is now failing. I created a patch to...
Okay, so I found the error which caused the test to fail. Apparently, rustlings depends on both `default_out.txt` and `info.toml`. With both of them present, the failing test from before...
@winterqt if you should find yourself with some free time on your hands I'd appreciate your view on the state of the merge request :)
> Last nit in addition to my other comments: if you want to add me as a co-author like you did (which I greatly appreciate, but not sure how much...
I have added rust-analyzer and some other tools one might need for the exercises to the devShell. For this, I have added fenix back to the flake, so you do...