mirror of
https://github.com/nix-community/naersk
synced 2024-11-15 00:17:10 +00:00
Fix TODO
This commit is contained in:
parent
51e8f903c4
commit
bf31162134
1 changed files with 1 additions and 1 deletions
2
test.nix
2
test.nix
|
@ -92,7 +92,7 @@ rec
|
||||||
#sources.servo
|
#sources.servo
|
||||||
#{ inherit cargo; };
|
#{ inherit cargo; };
|
||||||
|
|
||||||
# TODO: figure out why 'cargo install' rebuilds some deps
|
# TODO: fix toml
|
||||||
cargo =
|
cargo =
|
||||||
with rec
|
with rec
|
||||||
{ cargoSrc = sources.cargo;
|
{ cargoSrc = sources.cargo;
|
||||||
|
|
Loading…
Reference in a new issue