Skip to content

Commit bdf8cea

Browse files
committed
Add yaml-cpp to nix
Signed-off-by: Emil J. Tywoniak <[email protected]>
1 parent 965bb20 commit bdf8cea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
stdenv,
3939
overrideSDK,
4040
git,
41+
yaml-cpp,
4142
}: let
4243
or-tools' =
4344
(or-tools.override {
@@ -111,6 +112,7 @@
111112
cbc
112113
re2
113114
gtest
115+
yaml-cpp
114116
];
115117

116118
nativeBuildInputs = [

0 commit comments

Comments
 (0)