nix build: fix xo-procedure2 build

missing xo-type dep
This commit is contained in:
Roland Conybeare 2026-05-30 11:11:54 -04:00
commit 8a66fbbb85
2 changed files with 3 additions and 1 deletions

View file

@ -2,6 +2,7 @@
# nixpkgs dependencies
lib, stdenv, cmake, catch2,
xo-type,
xo-object2,
xo-subsys,
xo-cmake,
@ -25,6 +26,7 @@ stdenv.mkDerivation (finalattrs:
xo-cmake
];
propagatedBuildInputs = [
xo-type
xo-object2
xo-subsys
];