nix develop
or direnv
.
nix run
is borked - this issue seems to be nix's way of sandboxing, since we're patching rust-ffmpeg-sys
it will fail.
related discussion:
https://discourse.nixos.org/t/rust-packaging-issue-unable-to-fetch-git-dependencies-correctly/46547
i dont really wanna create a PR just to update the .gitignore, so i'll keep it in mind if i actually do make a PR with more than 4 loc for that.int i, sum = 0;
for(i = 0; i < 5; i++)
;
{
i += sum;
}
for me, I didn't even have to press the format hotkey but that also does itWAYLAND_DISPLAY= ./ddnet-rs
(edited)26b669b
Add CMemoryLogger
- Robyt3
cd6c099
Remove unused path argument of IStorage::OpenFile
usage - Robyt3
a30c3f7
Refactor IStorage::OpenFile
function - Robyt3
62c9ed4
Improve storage initialization and error handling, refactoring - Robyt3
43524b9
Merge pull request #9479 from Robyt3/Storage-Error-Handling - def-