From e4ea8de1c5e668f9d53f9486edd30c3e9e3322b6 Mon Sep 17 00:00:00 2001 From: Nicolas Mattia Date: Sun, 24 Nov 2019 20:25:59 +0100 Subject: [PATCH] Fix wording in comment --- nix/sources.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/sources.nix b/nix/sources.nix index 520203d..bb49bdd 100644 --- a/nix/sources.nix +++ b/nix/sources.nix @@ -85,7 +85,7 @@ let else abort "ERROR: niv spec ${name} has unknown type ${builtins.fromJSON spec.type}"; - # Ports of functions for previous nix versions + # Ports of functions for older nix versions # a Nix version of mapAttrs if the built-in doesn't exist mapAttrs = builtins.mapAttrs or (