Commit Graph

27 Commits

Author SHA1 Message Date
Gabriel Fontes
04c1b18086
feat: add convenience eachDefaultSystemMap (#60) 2022-05-17 10:27:56 +02:00
Jörg Thalheim
86115ca06b
allSystems: sync with nixpkgs 2022-05-14 21:40:07 +02:00
zimbatm
0d347c56f6
use defaultSystems in simpleFlake.nix
Keep the list of systems in sync by passing the list around.

Fixes #54
2022-05-12 18:28:16 +02:00
zimbatm
3cecb5b042
actually expose eachSystemMap
follow up on #55
2022-02-07 11:27:41 +01:00
Andy Richardson
846b2ae0fc
Update default.nix (#42) 2022-01-20 18:46:32 +01:00
Jonas Chevalier
3f197dc759
add system map for convenience (#55) 2022-01-20 18:42:55 +01:00
Maximilian Bosch
74f7e43192
eachSystem: push down system as far down as possible for Hydra jobs (#46) 2021-11-28 17:59:42 +00:00
Jean-Baptiste Giraudeau
c91f3de5ad
eachSystem: special case hydraJobs to match hydra convention. (#45) 2021-10-21 23:17:30 +02:00
Jörg Thalheim
997f7efcb7
Revert "Revert "add aarch64-darwin as default system (#40)"" (#41)
This reverts commit acfb1951f0.

This commit was reverted because of ghc is broken on aarch64-darwin.
This is however the wrong conclusion if one package is broken on darwin
than it should be not exposed in a flake or marked as broken accordingly.
2021-08-20 19:38:52 +02:00
zimbatm
acfb1951f0
Revert "add aarch64-darwin as default system (#40)"
This reverts commit c5d161cc0a.

This won't work if nixpkgs isn't also up to speed with aarch64-darwin.
2021-08-20 17:28:30 +02:00
Jörg Thalheim
c5d161cc0a
add aarch64-darwin as default system (#40) 2021-08-18 13:06:51 +02:00
Gytis Ivaskevicius
98c8d36b18
Add checks-utils (#36)
* Add checks-utils overlay

Add checks-utils overlay

Fix example flake inputs

Fix string expected exception

* Update check-utils implementation

* nixpkgs-fmt
2021-06-14 10:47:39 +02:00
Pacman99
b543720b25
filterPackages: add fallbacks for missing attrs (#32)
Co-authored-by: Pacman99 <pachum99@gmail.com>
2021-05-11 19:05:05 +00:00
David Arnold
2ebf2558e5
fixup (#31) 2021-04-25 10:08:52 +00:00
David Arnold
eed214942b
fix comment (#30) 2021-04-19 21:40:21 +00:00
David Arnold
c6169a2772
imp: filterPackages (#28)
* imp: filterPackages

* Update filterPackages.nix

* Update filterPackages.nix

Co-authored-by: Jonas Chevalier <zimbatm@zimbatm.com>
2021-04-12 10:52:05 +02:00
zimbatm
3982c9903e
remove unused functions 2021-01-07 21:33:30 +01:00
zimbatm
e34fcedfc7
add lib.simpleFlake (#5) 2020-08-23 13:28:05 +00:00
Jörg Thalheim
ec20f52e2f
add allSystems (#7)
The flake design makes it unecessary hard to adopt new platforms
by hardcoding system. By having this list ready to use, I hope
people will write more portable flakes.
2020-08-10 10:06:06 +00:00
zimbatm
8e1f14e82d
flattenTree: use / as the key separator
That character is less likely to be used in normal packaging names.
2020-07-22 11:35:16 +02:00
zimbatm
92ade60501
actually export flattenTree 2020-07-22 10:42:18 +02:00
zimbatm
b0d0c72b08
introduce flattenTree 2020-07-22 10:38:31 +02:00
zimbatm
18a33a4d44
fmt 2020-05-02 22:51:26 +02:00
zimbatm
49ccc18937
fix infinite recursion 2020-04-22 17:17:40 +02:00
zimbatm
e2ad62c2e3
WIP 2020-04-22 17:12:09 +02:00
zimbatm
464b6ecb9b
add mkApp 2020-04-11 19:29:17 +02:00
zimbatm
f6ee9d535f
adds forAllSupported 2020-04-11 16:48:15 +02:00