add custom openmw
This commit is contained in:
parent
9ab5a2ce66
commit
59c15a65ad
4 changed files with 42 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
|||
final: prev: {
|
||||
spotify-webapp = final.callPackage ./spotify-webapp {};
|
||||
altserver-linux = final.callPackage ./altserver {};
|
||||
openmw = final.callPackage ./openmw {
|
||||
openmw = prev.openmw;
|
||||
inherit (final) openmw-git;
|
||||
};
|
||||
|
||||
linuxPackages_asahi = prev.linuxPackages_asahi.override {
|
||||
_kernelPatches = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue