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
|
in
|
||||||
lib.overrideDerivation (buildLinux (args
|
lib.overrideDerivation (buildLinux (args
|
||||||
// {
|
// {
|
||||||
version = "${modDirVersion}-${tag}";
|
version = "${modDirVersion}";
|
||||||
inherit modDirVersion;
|
inherit modDirVersion;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
|
Reference in a new issue