diff --git a/flake.nix b/flake.nix index 08e396b..9716897 100644 --- a/flake.nix +++ b/flake.nix @@ -18,6 +18,9 @@ forAllSystems = f: nixpkgs.lib.genAttrs systems (system: f system); in { + overlays = import ./overlays; + modules = import ./modules; + legacyPackages = forAllSystems (system: import ./default.nix { pkgs = import nixpkgs { inherit system; };