summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-02-12 21:30:26 -0800
committerPreston Pan <ret2pop@gmail.com>2025-02-12 21:30:26 -0800
commit2e0a406ab54d7022f26fac8c06ef11bb5eabc6a3 (patch)
tree885361cc73c5f153855ce1642e041d6e42e2fa4f /flake.nix
parent264cd9efcc972459b41fee80562e08f0a8308d9d (diff)
change name of system
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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 ];
};