Add fallback to our mesa package for non-NixOS hosts

This commit is contained in:
Val Packett 2025-11-27 21:59:05 -03:00
parent c164db06c1
commit 59137223a9
3 changed files with 12 additions and 2 deletions

View file

@ -70,6 +70,7 @@
};
munix = pkgs.callPackage ./packages/munix {
mesa = self.packages.${system}.mesa;
muvm = self.packages.${system}.muvm;
sidebus-broker = sidebus.packages.${system}.sidebus-broker;
};