1
0
Fork 0
mirror of https://github.com/numtide/flake-utils.git synced 2024-12-15 17:50:53 +00:00

fix comment (#30)

This commit is contained in:
David Arnold 2021-04-19 16:40:21 -05:00 committed by GitHub
parent c6169a2772
commit eed214942b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ let
# eachSystem using defaultSystems
eachDefaultSystem = eachSystem defaultSystems;
# Builds a map from <attr>=value to <system>.<attr>=value for each system.
# Builds a map from <attr>=value to <attr>.<system>=value for each system.
#
#
eachSystem = systems: f: