diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-13 04:57:23 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-09-13 04:57:23 +0200 |
commit | 20cf14dcb5b34a61dcb52e2ff7c5341ff9557f9c (patch) | |
tree | 2c9ace4021ef6d4c5afe3b65971da22f9f40f332 | |
parent | a35aecf8bf6971356ddbecae45b22bfc4d74e9e8 (diff) | |
download | nixos-20cf14dcb5b34a61dcb52e2ff7c5341ff9557f9c.tar nixos-20cf14dcb5b34a61dcb52e2ff7c5341ff9557f9c.tar.gz nixos-20cf14dcb5b34a61dcb52e2ff7c5341ff9557f9c.tar.bz2 nixos-20cf14dcb5b34a61dcb52e2ff7c5341ff9557f9c.tar.xz nixos-20cf14dcb5b34a61dcb52e2ff7c5341ff9557f9c.zip |
donĀ“t rename src
-rw-r--r-- | ymir/factorio.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ymir/factorio.nix b/ymir/factorio.nix index 6e46c291..861c11dc 100644 --- a/ymir/factorio.nix +++ b/ymir/factorio.nix | |||
@@ -12,10 +12,10 @@ let | |||
12 | # inherit sha256; | 12 | # inherit sha256; |
13 | # loginUrl = ""; | 13 | # loginUrl = ""; |
14 | # }; | 14 | # }; |
15 | name = ''${name}_${version}.zip''; | 15 | name = ''${name}-${version}''; |
16 | src = pkgs.fetchurl { | 16 | src = pkgs.fetchurl { |
17 | url = ''https://f.141.li/${name}_${version}.zip''; | 17 | url = ''https://f.141.li/${name}_${version}.zip''; |
18 | inherit name sha256; | 18 | inherit sha256; |
19 | }; | 19 | }; |
20 | inherit deps optionalDeps recommendedDeps; | 20 | inherit deps optionalDeps recommendedDeps; |
21 | }; | 21 | }; |