mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
feat: add aarch64 architecture for nix flake
This commit is contained in:
parent
b14a91067b
commit
b2abe8cd69
1 changed files with 1 additions and 1 deletions
|
|
@ -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"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue