From 2e0a406ab54d7022f26fac8c06ef11bb5eabc6a3 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Wed, 12 Feb 2025 21:30:26 -0800 Subject: change name of system --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index ea44705..da4fffb 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,7 @@ outputs = { self, nixpkgs, nix-on-droid }: { - nixOnDroidConfigurations.default = nix-on-droid.lib.nixOnDroidConfiguration { + nixOnDroidConfigurations.agility = nix-on-droid.lib.nixOnDroidConfiguration { pkgs = import nixpkgs { system = "aarch64-linux"; }; modules = [ ./nix-on-droid.nix ]; }; -- cgit v1.2.3