Browse Source

Fix nix-on-droid in flake

main
parent
commit
e25962bbba
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 2
      README.org
  2. 2
      flake.nix

2
README.org

@ -120,6 +120,8 @@ RUN nix-shell /etc/dotfiles/shell.nix
outputs = inputs @ { self, nixpkgs, nixpkgs-unstable, ... }: {
nixosConfigurations = {
<<host-default>>
};
nixOnDroidConfigurations = {
<<host-android>>
};
};

2
flake.nix

@ -40,6 +40,8 @@
}
];
};
};
nixOnDroidConfigurations = {
android = {
device = inputs.nix-on-droid.lib.nixOnDroidConfiguration {
config = ./hosts/android/nix-on-droid.nix;

Loading…
Cancel
Save