diff --git a/flake.nix b/flake.nix index a5e6abc2d..33098a136 100644 --- a/flake.nix +++ b/flake.nix @@ -126,9 +126,9 @@ in darwinConfigurations // devShells - // { - inherit (self') formatter; - } + #// { + # inherit (self') formatter; + #} // nixosConfigurations // pkgs.lib.optionalAttrs (system == "x86_64-linux") { inherit (self'.packages) docs docs-linkcheck;