1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2024-12-14 11:47:31 +00:00

Add aarch64-linux and x86_64-darwin systems to the default template

This commit is contained in:
sempruijs 2023-06-17 21:11:44 +02:00
parent 71fb97f0d8
commit ebc8532767
No known key found for this signature in database

View file

@ -14,7 +14,7 @@
# 3. Add here: foo.flakeModule
];
systems = [ "x86_64-linux" "aarch64-darwin" ];
systems = [ "x86_64-linux" "aarch64-linux" "aarch64-darwin" "x86_64-darwin" ];
perSystem = { config, self', inputs', pkgs, system, ... }: {
# Per-system attributes can be defined here. The self' and inputs'
# module parameters provide easy access to attributes of the same