diff --git a/flake.nix b/flake.nix index 5a1685e..f3d8846 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,10 @@ }; }; - outputs = { self, nixpkgs, flake-utils, treefmt-nix, ... } @ inputs: flake-utils.lib.eachSystem [ "x86_64-linux" ] + outputs = { self, nixpkgs, flake-utils, treefmt-nix, ... } @ inputs: flake-utils.lib.eachSystem [ + "aarch64-linux" + "x86_64-linux" + ] (system: let pkgs = import nixpkgs {