From 914ce5eb587348cd31f3f375ba40024a65511f15 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Thu, 10 Mar 2022 12:24:49 -0500 Subject: [PATCH] Cleanup hosts --- README.org | 3 --- flake.nix | 3 --- 2 files changed, 6 deletions(-) diff --git a/README.org b/README.org index 65303c1..c2dd2a4 100644 --- a/README.org +++ b/README.org @@ -120,9 +120,6 @@ RUN nix-shell /etc/dotfiles/shell.nix outputs = inputs @ { self, nixpkgs, nixpkgs-unstable, ... }: { nixosConfigurations = { <> - <> - <> - <> <> }; }; diff --git a/flake.nix b/flake.nix index 6efbdb5..d792eb4 100644 --- a/flake.nix +++ b/flake.nix @@ -40,9 +40,6 @@ } ]; }; - - - android = (inputs.nix-on-droid.lib.aarch64-linux.nix-on-droid { config = ./hosts/android/nix-on-droid.nix; }).activationPackage;