From 36534d1172c9763449b7355be47653b017cb1de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Wed, 30 Oct 2024 14:32:25 +0000 Subject: [PATCH] factorio: stylistic changes from PR review --- pkgs/by-name/fa/factorio/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/fa/factorio/package.nix b/pkgs/by-name/fa/factorio/package.nix index a4d72af4b29e0..ebeb71d4e2456 100644 --- a/pkgs/by-name/fa/factorio/package.nix +++ b/pkgs/by-name/fa/factorio/package.nix @@ -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