1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2024-12-14 11:47:31 +00:00
172: Add aarch64-linux and x86_64-darwin systems to the default template r=roberth a=sempruijs

The default template had only aarch64-darwin and  x86-64-linux systems. I've added aarch linux and x86-64 darwin

Co-authored-by: sempruijs <sem@pruijs.net>
This commit is contained in:
bors[bot] 2023-06-26 06:53:48 +00:00 committed by GitHub
commit 37dd7bb157
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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