summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-02-02 14:22:52 -0500
committerSeth Flynn <[email protected]>2025-02-02 14:31:11 -0500
commit26b52db5ca8d1483ca75f23b7b1a6fd5b2cf0e4d (patch)
treec6cba9cadb44129f220259023f47c49518d9f34b /flake.nix
parentb4276fb9c9a535b0ad81ab55dad4918e97b0dc3c (diff)
flake/configurations: better type out and share options
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 f74d491..23b0989 100644
--- a/flake.nix
+++ b/flake.nix
@@ -69,7 +69,7 @@
flakeModules = {
checks = self + "/modules/flake/checks.nix";
- configs = self + "/modules/flake/configs.nix";
+ configurations = self + "/modules/flake/configurations.nix";
};
homeModules = {