mirror of
https://github.com/numtide/flake-utils.git
synced 2024-12-15 17:50:53 +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.
|
, # maps to the devShell output. Pass in a shell.nix file or function.
|
||||||
shell ? null
|
shell ? null
|
||||||
, # pass the list of supported systems
|
, # pass the list of supported systems
|
||||||
systems ? [ system.x86_64-linux ]
|
systems ? [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ]
|
||||||
}: null
|
}: null
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue