nix build: xo-expression2: + missing dep [BUGFIX]
Some checks failed
CI / smoke-test (push) Has been cancelled

This commit is contained in:
Roland Conybeare 2026-05-30 14:11:33 -04:00
commit e75422e219

View file

@ -3,6 +3,7 @@
lib, stdenv, cmake, catch2,
# xo dependencies
xo-numeric,
xo-gc,
xo-type,
xo-reflect,
@ -33,6 +34,7 @@ stdenv.mkDerivation (finalattrs :
xo-cmake
];
propagatedBuildInputs = [
xo-numeric
xo-gc
xo-type
xo-reflect