diff --git a/flake.nix b/flake.nix index 1985e0d..09b00de 100644 --- a/flake.nix +++ b/flake.nix @@ -28,7 +28,8 @@ Some utility commands: outputs = { self, nixpkgs, rust-overlay }: let overlays = [ (import rust-overlay) ]; - system = "x86_64-linux"; + # system = "x86_64-linux"; + system = "aarch64-linux"; pkgs = import nixpkgs { inherit system overlays; };