From bbd4b1d021e4e29b3d53d592244430145873ccc3 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Tue, 15 Jun 2021 20:40:45 -0400 Subject: [PATCH] BUGFIX! Missing ; --- README.org | 3 +-- flake.nix | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 92e2065..c36c0b8 100644 --- a/README.org +++ b/README.org @@ -405,7 +405,7 @@ This is my Samsung Galaxy S10+[fn:14] running Nix On Droid[fn:10] with the exper #+NAME: host-android #+BEGIN_SRC nix android = (inputs.nix-on-droid.lib.aarch64-linux.nix-on-droid { - config = ./hosts/android/nix-on-droid.nix + config = ./hosts/android/nix-on-droid.nix; }).activationPackage; #+END_SRC @@ -422,7 +422,6 @@ Build the activation package with ~nix build .#android --impure~, and activate i pkgs.pass pkgs.gnupg pkgs.openssh - pkgs.nixFlakes; ]; } #+END_SRC diff --git a/flake.nix b/flake.nix index d02373a..a3378fd 100644 --- a/flake.nix +++ b/flake.nix @@ -65,7 +65,7 @@ ]; }; android = (inputs.nix-on-droid.lib.aarch64-linux.nix-on-droid { - config = ./hosts/android/nix-on-droid.nix + config = ./hosts/android/nix-on-droid.nix; }).activationPackage; # TODO: Homecloud # TODO: Raspberry