mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-25 13:42:33 -05:00
add inputs
This commit is contained in:
parent
1f52005b2b
commit
4d867d921c
2 changed files with 3 additions and 9 deletions
|
|
@ -1,9 +0,0 @@
|
|||
{pkgs, ...}:
|
||||
pkgs.mkShell {
|
||||
name = "droid";
|
||||
|
||||
buildInputs = with pkgs; [
|
||||
git
|
||||
ssh
|
||||
];
|
||||
}
|
||||
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue