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
];
}