diff --git a/README.md b/README.md index 9da411e..266b19c 100644 --- a/README.md +++ b/README.md @@ -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,