Skip to content

Commit

Permalink
add support for more archs
Browse files Browse the repository at this point in the history
  • Loading branch information
bluskript committed Apr 11, 2024
1 parent 66dceff commit e86e7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
...
}:
parts.lib.mkFlake {inherit inputs;} {
systems = ["x86_64-linux"];
systems = ["x86_64-linux" "aarch64-darwin" "aarch64-linux" "i686-linux" "x86_64-darwin"];
imports = [
nci.flakeModule
./crates.nix
Expand Down

0 comments on commit e86e7f7

Please sign in to comment.