nix build: fix xo-tokenizer2 deps [CI]
Some checks failed
CI / smoke-test (push) Has been cancelled

This commit is contained in:
Roland Conybeare 2026-05-30 13:13:29 -04:00
commit 142768e8d5

View file

@ -2,6 +2,7 @@
# nixpkgs dependencies
lib, stdenv, cmake, catch2, replxx,
xo-stringtable2,
xo-arena,
xo-indentlog,
xo-cmake,
@ -28,6 +29,7 @@ stdenv.mkDerivation (finalattrs:
xo-cmake
];
propagatedBuildInputs = [
xo-stringtable2
xo-arena
xo-indentlog
];