diff --git a/flake.nix b/flake.nix index 867a7a3f..db1b16cf 100644 --- a/flake.nix +++ b/flake.nix @@ -17,6 +17,7 @@ inherit (nixpkgs) lib; genSystems = lib.genAttrs [ # Add more systems if they are supported + "aarch64-linux" "x86_64-linux" ]; pkgsFor = nixpkgs.legacyPackages;