mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2024-12-14 11:47:31 +00:00
Merge #172
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:
commit
37dd7bb157
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
# 3. Add here: foo.flakeModule
|
# 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, ... }: {
|
perSystem = { config, self', inputs', pkgs, system, ... }: {
|
||||||
# Per-system attributes can be defined here. The self' and inputs'
|
# Per-system attributes can be defined here. The self' and inputs'
|
||||||
# module parameters provide easy access to attributes of the same
|
# module parameters provide easy access to attributes of the same
|
||||||
|
|
Loading…
Reference in a new issue