mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
flake: add other systems
This commit is contained in:
parent
f6cb690058
commit
ed7a56a26b
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@
|
|||
|
||||
outputs = inputs@{ self, ... }:
|
||||
inputs.flake-parts.lib.mkFlake { inherit inputs; } {
|
||||
systems = [ "x86_64-linux" "aarch64-darwin" ];
|
||||
systems = [ "x86_64-linux" "aarcch64-linux" "x86_64-darwin" "aarch64-darwin" ];
|
||||
imports = [
|
||||
inputs.treefmt-nix.flakeModule
|
||||
inputs.nixos-flake.flakeModule
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue