changed default system to aarch
This commit is contained in:
parent
941cd13d49
commit
ee9d45a1c9
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue