diff --git a/flake.nix b/flake.nix index c40eeb0..df863cd 100644 --- a/flake.nix +++ b/flake.nix @@ -41,15 +41,9 @@ .build .packages); - packages = forAllSystems (pkgs: - { - } - // doc.${pkgs.system}.packages); + packages = forAllSystems (pkgs: doc.${pkgs.system}.packages); - devShells = forAllSystems (pkgs: - { - } - // doc.${pkgs.system}.devShells); + devShells = forAllSystems (pkgs: doc.${pkgs.system}.devShells); legacyPackages = forAllSystems ( pkgs: