numtide / flake-utils

Pure Nix flake utility functions [maintainer=@zimbatm]
MIT License
1.14k stars 78 forks source link

Update documentation for the `systems` argument of `simpleFlake` #92

Closed wesnel closed 1 year ago

wesnel commented 1 year ago

in the code, the default value for the systems argument of simpleFlake is:

[ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ]

however, the README claims that the default is something different:

[ system.x86_64-linux ]

this pull request updates the README to state the correct value.

thanks!

zimbatm commented 1 year ago

thanks!