refactor: use genflake for better flake inputs handling

This commit is contained in:
matt1432 2024-05-20 01:17:07 -04:00
parent 684b8a5c9e
commit 5f9dca81e1
12 changed files with 1000 additions and 697 deletions
devices/android

View file

@ -1,8 +1,10 @@
{
home-manager,
nix-on-droid,
nixpkgs,
...
} @ inputs: rec {
} @ inputs:
nix-on-droid.lib.nixOnDroidConfiguration rec {
extraSpecialArgs = inputs;
home-manager-path = home-manager.outPath;
pkgs = import nixpkgs {