diff --git a/flake.nix b/flake.nix index b0a2644c65f..88e745e770a 100644 --- a/flake.nix +++ b/flake.nix @@ -83,9 +83,10 @@ # if no change other than commit hash) revision = pkgs.writeText "revision" (inputs.self.rev or "dirty"); } - // lib.optionalAttrs (system == "x86_64-linux") { + // { devShell = devShells.default; - inherit format network-docs; + packages.network-docs = network-docs; + inherit format; }; };