From 80a62a8a0de9394ae8567ac87c26209c9049b1e5 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Sat, 20 Apr 2024 20:02:05 +1200 Subject: [PATCH] test(ooksphone): system profile --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 45047cd..9493bae 100644 --- a/flake.nix +++ b/flake.nix @@ -161,9 +161,9 @@ modules = [ ./system/hosts/ooksphone ]; pkgs = import nixpkgs { system = "aarch64-linux"; - overlays = [ nix-on-droid.overlays.default ]; }; - home-manager-path = home-manager.outPath; + system = "aarch64-linux"; + extraSpecialArgs = { inherit inputs outputs; }; }; }; }