Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 723 Bytes

Readme.md

File metadata and controls

20 lines (17 loc) · 723 Bytes

Wat

Library

withPkgsFor

:: [ String ] -- ^ List of System names (e.g. "x68_64-linux")
-> Nixpkgs -- ^ Flake output of a nixpkgs-like flake
-> [ Overlay ] -- ^ List of overlays for the package set
-> ( AttrSet -> Any ) -- ^ Function that takes a "pkgs" input and may return anything
-> AttrSet -- ^ Attrset with the systems as keys and the values being the outputs of the function

withPkgsForLinux

:: Nixpkgs -- ^ Flake output of a nixpkgs-like flake
-> [ Overlay ] -- ^ List of overlays for the package set
-> ( AttrSet -> Any ) -- ^ Function that takes a "pkgs" input and may return anything
-> AttrSet -- ^ Attrset with the systems as keys and the values being the outputs of the function