Add fallback to our mesa package for non-NixOS hosts
This commit is contained in:
parent
c164db06c1
commit
59137223a9
3 changed files with 12 additions and 2 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue