mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
factorio: change help message to output "$HOME"
Since $HOME was not escaped the user was shown a path inside /homeless-shelter which could be confusing for inexperienced users.
This commit is contained in:
parent
21bce9b36b
commit
347c7fb266
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ let
|
||||||
|
|
||||||
releaseType=alpha
|
releaseType=alpha
|
||||||
version=0.17.74
|
version=0.17.74
|
||||||
nix-prefetch-url file://$HOME/Downloads/factorio_\''${releaseType}_x64_\''${version}.tar.xz --name factorio_\''${releaseType}_x64-\''${version}.tar.xz
|
nix-prefetch-url file://\''$HOME/Downloads/factorio_\''${releaseType}_x64_\''${version}.tar.xz --name factorio_\''${releaseType}_x64-\''${version}.tar.xz
|
||||||
|
|
||||||
Note the ultimate "_" is replaced with "-" in the --name arg!
|
Note the ultimate "_" is replaced with "-" in the --name arg!
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue