1
0
Fork 0
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:
Wesley Nelson 2023-04-08 02:39:05 -07:00 committed by GitHub
parent 411e876415
commit 946da79176
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```