1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-18 19:07:19 +03:00

Fix wording in comment

This commit is contained in:
Nicolas Mattia 2019-11-24 20:25:59 +01:00
parent 2e2e9eae97
commit e4ea8de1c5

View File

@ -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 (