Skip to content

Commit

Permalink
factorio: stylistic changes from PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornfor authored and bmillwood committed Oct 30, 2024
1 parent 0c24c1e commit 36534d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/fa/factorio/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ let
Note the ultimate "_" is replaced with "-" in the --name arg!
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
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
have to redownload it next time the package wants to rebuild to use a newer
dependency. E.g. if you're using nixos:
dependency. E.g. if you're using NixOS:
system.extraDependencies = [
factorio.src
Expand Down

0 comments on commit 36534d1

Please sign in to comment.