summaryrefslogtreecommitdiff
path: root/nix/flake.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-09-04 17:09:52 -0700
committerPreston Pan <ret2pop@gmail.com>2025-09-04 17:09:52 -0700
commitaf3c15c43c65fd77aab441f4c657aeaa74cc67d5 (patch)
treeea755b136e525b784e35810c6936b02bcc918654 /nix/flake.nix
parentc9bd87d8dd7369ea4163f0dbf4d0d28948726a36 (diff)
fix installer to be more flexible to adding new systems
Diffstat (limited to 'nix/flake.nix')
-rw-r--r--nix/flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/flake.nix b/nix/flake.nix
index be9089f..4b08aa9 100644
--- a/nix/flake.nix
+++ b/nix/flake.nix
@@ -73,6 +73,7 @@
};
});
in {
+ # add new systems here
nixosConfigurations = builtins.listToAttrs (mkConfigs [
"affinity"
"continuity"