feat: add aarch64 architecture for nix flake
This commit is contained in:
@@ -58,6 +58,6 @@
|
|||||||
devShells.default = maomaowm.overrideAttrs shellOverride;
|
devShells.default = maomaowm.overrideAttrs shellOverride;
|
||||||
formatter = treefmtEval.config.build.wrapper;
|
formatter = treefmtEval.config.build.wrapper;
|
||||||
};
|
};
|
||||||
systems = ["x86_64-linux"];
|
systems = ["x86_64-linux" "aarch64-linux"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user