We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c24c1e commit 36534d1Copy full SHA for 36534d1
pkgs/by-name/fa/factorio/package.nix
@@ -71,10 +71,10 @@ let
71
72
Note the ultimate "_" is replaced with "-" in the --name arg!
73
74
- If you go this route you might want to tell nix to explicitly hold on to the
75
- source tarball. Otherwise it could get GC'd from the nix store and you'd
+ If you go this route you might want to tell Nix to explicitly hold on to the
+ source tarball. Otherwise it could get GC'd from the Nix store and you'd
76
have to redownload it next time the package wants to rebuild to use a newer
77
- dependency. E.g. if you're using nixos:
+ dependency. E.g. if you're using NixOS:
78
79
system.extraDependencies = [
80
factorio.src
0 commit comments