mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00

This will enable nixpkgs -- and any other distribution that builds in a network sandbox and/or wants to use their own corrosion package rather than building another one -- to do so without patching taskwarrior. Since we're already using submodules for libshared I don't think this should make the build process any more complicated for anyone else. See https://github.com/NixOS/nixpkgs/issues/300679#issuecomment-2041252688 for context.
6 lines
220 B
Text
6 lines
220 B
Text
[submodule "src/libshared"]
|
|
path = src/libshared
|
|
url = https://github.com/GothenburgBitFactory/libshared.git
|
|
[submodule "src/tc/corrosion"]
|
|
path = src/tc/corrosion
|
|
url = https://github.com/corrosion-rs/corrosion.git
|