Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fixes #12
  • Loading branch information
zimbatm authored Nov 14, 2020
1 parent af81e8d commit 5021eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Eg:

```nix
eachSystem ["x86_64-linux"] (system: { hello = 42; })
# => { hello.x86_64-linux.hello = 42; }
# => { hello = { x86_64-linux = 42; }; }
eachSystem allSystems (system: { hello = 42; })
# => {
hello.aarch64-darwin = 42,
Expand Down

0 comments on commit 5021eac

Please sign in to comment.