diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-09-04 17:09:52 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-09-04 17:09:52 -0700 |
| commit | af3c15c43c65fd77aab441f4c657aeaa74cc67d5 (patch) | |
| tree | ea755b136e525b784e35810c6936b02bcc918654 /nix/flake.nix | |
| parent | c9bd87d8dd7369ea4163f0dbf4d0d28948726a36 (diff) | |
fix installer to be more flexible to adding new systems
Diffstat (limited to 'nix/flake.nix')
| -rw-r--r-- | nix/flake.nix | 1 |
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" |
