mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
Create droid.nix
This commit is contained in:
parent
551e8da983
commit
89d72b3941
1 changed files with 9 additions and 0 deletions
9
devshells/default/droid.nix
Normal file
9
devshells/default/droid.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}:
|
||||
pkgs.mkShell {
|
||||
name = "droid";
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
git
|
||||
ssh
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue