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, ... }: { outputs = inputs @ { self, nixpkgs, nixpkgs-unstable, ... }: {
nixosConfigurations = { nixosConfigurations = {
<<host-default>> <<host-default>>
};
nixOnDroidConfigurations = {
<<host-android>> <<host-android>>
}; };
}; };

2
flake.nix

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

Loading…
Cancel
Save