move openmw to overlay.nix
This commit is contained in:
parent
ac2399c9aa
commit
6d30e0a9f5
2 changed files with 5 additions and 13 deletions
|
|
@ -1,9 +0,0 @@
|
||||||
{
|
|
||||||
openmw,
|
|
||||||
openmw-git,
|
|
||||||
}:
|
|
||||||
openmw.overrideAttrs (oldAttrs: {
|
|
||||||
pname = "openmw-unstable";
|
|
||||||
version = "unstable-${openmw-git.rev}";
|
|
||||||
src = openmw-git;
|
|
||||||
})
|
|
||||||
|
|
@ -5,10 +5,11 @@ final: prev: {
|
||||||
inherit (final) catppuccin-discord-git;
|
inherit (final) catppuccin-discord-git;
|
||||||
};
|
};
|
||||||
|
|
||||||
openmw = final.callPackage ./openmw {
|
openmw = prev.openmw.overrideAttrs (oldAttrs: {
|
||||||
openmw = prev.openmw;
|
pname = "openmw";
|
||||||
inherit (final) openmw-git;
|
src = final.openmw-git;
|
||||||
};
|
version = "${final.openmw-git.rev}";
|
||||||
|
});
|
||||||
|
|
||||||
linuxPackages_asahi = prev.linuxPackages_asahi.override {
|
linuxPackages_asahi = prev.linuxPackages_asahi.override {
|
||||||
_kernelPatches = [
|
_kernelPatches = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue