mctc-lib: remove unneeded input

This commit is contained in:
Markus Kowalewski
2025-09-12 23:17:58 +02:00
parent c2ec310f28
commit d1bc5c03f1
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ let
grimmeCmake = lib.makeScope newScope (self: {
mctc-lib = mctc-lib.override {
buildType = "cmake";
inherit (self) jonquil toml-f;
inherit (self) jonquil;
};
toml-f = toml-f.override {
-1
View File
@@ -9,7 +9,6 @@
cmake,
pkg-config,
python3,
toml-f,
jonquil,
}: