From 04198d451cdafb37fa27e79450fa511f771b487e Mon Sep 17 00:00:00 2001 From: ooks-io Date: Sat, 20 Apr 2024 20:11:03 +1200 Subject: [PATCH] fix(ookphone): add special args to home manager --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9493bae..1abaf3f 100644 --- a/flake.nix +++ b/flake.nix @@ -157,7 +157,7 @@ extraSpecialArgs = { inherit inputs outputs; }; }; }; - nixOnDroidConfigurations.default = nix-on-droid.lib.nixOnDroidConfiguration { + nixOnDroidConfigurations = nix-on-droid.lib.nixOnDroidConfiguration { modules = [ ./system/hosts/ooksphone ]; pkgs = import nixpkgs { system = "aarch64-linux";