cleanup nas I think or something

This commit is contained in:
mjallen18
2025-08-27 12:03:53 -05:00
parent 83f8b3543c
commit 6c6d6325c9
23 changed files with 357 additions and 512 deletions

View File

@@ -8,7 +8,7 @@
...
}:
let
isArm = ("aarch64-linux" == system);
isArm = ("aarch64-linux" == system) || ("aarch64-darwin" == system);
in
{
@@ -48,6 +48,9 @@ in
# Pass inputs so external modules can access them
extraSpecialArgs = {
inherit inputs;
overlays = with inputs; [
nix-vscode-extensions.overlays.default
];
};
# Make ALL external HM modules available globally