mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-06 21:36:34 +05:30
feat: add aarch64 arch
This commit is contained in:
@ -43,6 +43,7 @@
|
|||||||
inherit (home-manager.lib) homeManagerConfiguration;
|
inherit (home-manager.lib) homeManagerConfiguration;
|
||||||
forAllSystems = nixpkgs.lib.genAttrs [
|
forAllSystems = nixpkgs.lib.genAttrs [
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
|
"aarch64-linux"
|
||||||
];
|
];
|
||||||
username = "tux";
|
username = "tux";
|
||||||
email = "t@tux.rs";
|
email = "t@tux.rs";
|
||||||
|
Reference in New Issue
Block a user