fix eval
This commit is contained in:
parent
3d7d422699
commit
4eedac4eee
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
in
|
||||
lib.overrideDerivation (buildLinux (args
|
||||
// {
|
||||
version = "${modDirVersion}-${tag}";
|
||||
version = "${modDirVersion}";
|
||||
inherit modDirVersion;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
|
Reference in a new issue