mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-23 14:31:55 +03:00
fix(rust): correct linemd overrides
This commit is contained in:
parent
6460f3f0ee
commit
96d43a95a2
@ -28,6 +28,6 @@ in rec {
|
||||
disable-parallel-tests.RUST_TEST_THREADS = 1;
|
||||
};
|
||||
linemd = {
|
||||
fix-tests.cargoTestFlags = "--features svg";
|
||||
fix-tests.overrideAttrs = old: {cargoTestFlags = "--features svg";};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user