diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-13 04:53:18 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-13 04:53:18 +0200 |
commit | e5ee5397e1b783b6af22fcb29c10a60b6813e229 (patch) | |
tree | c3727bc747545402f8bc2c1d1fb7eaaf085c40d9 | |
parent | a314181a930dd9ed501c28b9377435de03f35426 (diff) | |
download | nixos-e5ee5397e1b783b6af22fcb29c10a60b6813e229.tar nixos-e5ee5397e1b783b6af22fcb29c10a60b6813e229.tar.gz nixos-e5ee5397e1b783b6af22fcb29c10a60b6813e229.tar.bz2 nixos-e5ee5397e1b783b6af22fcb29c10a60b6813e229.tar.xz nixos-e5ee5397e1b783b6af22fcb29c10a60b6813e229.zip |
modDrv expects name
-rw-r--r-- | ymir/factorio.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ymir/factorio.nix b/ymir/factorio.nix index a40fe637..9dc1df9f 100644 --- a/ymir/factorio.nix +++ b/ymir/factorio.nix | |||
@@ -12,6 +12,7 @@ let | |||
12 | # inherit sha256; | 12 | # inherit sha256; |
13 | # loginUrl = ""; | 13 | # loginUrl = ""; |
14 | # }; | 14 | # }; |
15 | name = ''${name}_${version}.zip''; | ||
15 | src = pkgs.fetchurl { | 16 | src = pkgs.fetchurl { |
16 | url = ''https://f.141.li/${name}_${version}.zip''; | 17 | url = ''https://f.141.li/${name}_${version}.zip''; |
17 | inherit name sha256; | 18 | inherit name sha256; |