diff --git a/flake.nix b/flake.nix index 045bfca..7940298 100644 --- a/flake.nix +++ b/flake.nix @@ -7,9 +7,6 @@ outputs = { self, nixpkgs, ... }: { lib = import ./lib.nix { inherit (nixpkgs) lib; }; - flakeModules = { - core = ./all-modules.nix; - }; }; }