mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
lib: add list of supported systems (#140428)
Adds the first 3 tiers of RFC0046 that are being used in flake.nix.
This commit is contained in:
parent
a2a0a58f7c
commit
8377a7bca9
3 changed files with 26 additions and 9 deletions
10
flake.nix
10
flake.nix
|
@ -11,15 +11,7 @@
|
|||
|
||||
lib = import ./lib;
|
||||
|
||||
systems = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
"x86_64-darwin"
|
||||
"aarch64-linux"
|
||||
"armv6l-linux"
|
||||
"armv7l-linux"
|
||||
"aarch64-darwin"
|
||||
];
|
||||
systems = lib.systems.supported.hydra;
|
||||
|
||||
forAllSystems = f: lib.genAttrs systems (system: f system);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue