mirror of
https://github.com/numtide/flake-utils.git
synced 2024-12-14 11:47:31 +00:00
Update documentation for the systems
argument of simpleFlake
(#92)
This commit is contained in:
parent
411e876415
commit
946da79176
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ Input:
|
|||
, # maps to the devShell output. Pass in a shell.nix file or function.
|
||||
shell ? null
|
||||
, # pass the list of supported systems
|
||||
systems ? [ system.x86_64-linux ]
|
||||
systems ? [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ]
|
||||
}: null
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue