mirror of
https://github.com/numtide/flake-utils.git
synced 2024-11-29 23:30:00 +03:00
parent
af81e8d00b
commit
5021eac203
@ -33,7 +33,7 @@ Eg:
|
|||||||
|
|
||||||
```nix
|
```nix
|
||||||
eachSystem ["x86_64-linux"] (system: { hello = 42; })
|
eachSystem ["x86_64-linux"] (system: { hello = 42; })
|
||||||
# => { hello.x86_64-linux.hello = 42; }
|
# => { hello = { x86_64-linux = 42; }; }
|
||||||
eachSystem allSystems (system: { hello = 42; })
|
eachSystem allSystems (system: { hello = 42; })
|
||||||
# => {
|
# => {
|
||||||
hello.aarch64-darwin = 42,
|
hello.aarch64-darwin = 42,
|
||||||
|
Loading…
Reference in New Issue
Block a user