Commit 36534d11 authored by Bjørn Forsman's avatar Bjørn Forsman Committed by Ben Millwood
Browse files

factorio: stylistic changes from PR review

parent 0c24c1ec
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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