add inputs

This commit is contained in:
TheWanderingCrow 2025-07-20 09:50:53 -04:00
parent 1f52005b2b
commit 4d867d921c
2 changed files with 3 additions and 9 deletions

View file

@ -1,9 +0,0 @@
{pkgs, ...}:
pkgs.mkShell {
name = "droid";
buildInputs = with pkgs; [
git
ssh
];
}

View file

@ -85,6 +85,9 @@
pkgs = import nixpkgs {
system = "aarch64-linux";
};
extraSpecialArgs = {
inherit inputs outputs lib;
};
modules = [./hosts/droid/${host}];
};
}) (builtins.attrNames (builtins.readDir ./hosts/droid))