add custom openmw
This commit is contained in:
parent
9ab5a2ce66
commit
59c15a65ad
4 changed files with 42 additions and 0 deletions
8
packages/openmw/default.nix
Normal file
8
packages/openmw/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
openmw,
|
||||
openmw-git,
|
||||
}:
|
||||
openmw.overrideAttrs (oldAttrs: {
|
||||
version = "unstable-${openmw-git.date}-${openmw-git.version}";
|
||||
src = openmw-git.src;
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue