summaryrefslogtreecommitdiff
path: root/ymir/factorio.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-13 04:53:18 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-09-13 04:53:18 +0200
commite5ee5397e1b783b6af22fcb29c10a60b6813e229 (patch)
treec3727bc747545402f8bc2c1d1fb7eaaf085c40d9 /ymir/factorio.nix
parenta314181a930dd9ed501c28b9377435de03f35426 (diff)
downloadnixos-e5ee5397e1b783b6af22fcb29c10a60b6813e229.tar
nixos-e5ee5397e1b783b6af22fcb29c10a60b6813e229.tar.gz
nixos-e5ee5397e1b783b6af22fcb29c10a60b6813e229.tar.bz2
nixos-e5ee5397e1b783b6af22fcb29c10a60b6813e229.tar.xz
nixos-e5ee5397e1b783b6af22fcb29c10a60b6813e229.zip
modDrv expects name
Diffstat (limited to 'ymir/factorio.nix')
-rw-r--r--ymir/factorio.nix1
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;