summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-17 02:24:49 -0400
committerseth <[email protected]>2023-05-17 02:24:49 -0400
commite727e435f50027c30d3311020c64ead42c146d66 (patch)
tree4701ed802f868704655cd24c2f0ac98291acb654 /flake.nix
parent150bf82391638a4ea6a514fbd4704bb62ab22eb6 (diff)
flake-modules: remove flakeModule
it already exists https://flake.parts/options/flake-parts-flakemodules
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index d8e4e91..9fb4959 100644
--- a/flake.nix
+++ b/flake.nix
@@ -39,7 +39,6 @@
in {
flakeModules = {
default = import ./modules/flake;
- flakeModules = import ./modules/flake/flakeModules.nix;
homeConfigurations = import ./modules/flake/homeConfigurations.nix;
};