From e25962bbba6fa78819e400d158ac853a3b7dcc7e Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Thu, 10 Mar 2022 12:39:19 -0500 Subject: [PATCH] Fix nix-on-droid in flake --- README.org | 2 ++ flake.nix | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.org b/README.org index 7cf89df..c455047 100644 --- a/README.org +++ b/README.org @@ -120,6 +120,8 @@ RUN nix-shell /etc/dotfiles/shell.nix outputs = inputs @ { self, nixpkgs, nixpkgs-unstable, ... }: { nixosConfigurations = { <> + }; + nixOnDroidConfigurations = { <> }; }; diff --git a/flake.nix b/flake.nix index f07d086..2b77537 100644 --- a/flake.nix +++ b/flake.nix @@ -40,6 +40,8 @@ } ]; }; + }; + nixOnDroidConfigurations = { android = { device = inputs.nix-on-droid.lib.nixOnDroidConfiguration { config = ./hosts/android/nix-on-droid.nix;