Loading pkgs/development/tools/language-servers/nls/default.nix +4 −0 Original line number Diff line number Diff line { lib , rustPlatform , nickel , stdenv }: rustPlatform.buildRustPackage { Loading @@ -12,6 +13,9 @@ rustPlatform.buildRustPackage { cargoBuildFlags = [ "-p nickel-lang-lsp" ]; # Disable checks on Darwin because of issue described in https://github.com/tweag/nickel/pull/1454 doCheck = !stdenv.isDarwin; meta = { inherit (nickel.meta) homepage changelog license maintainers; description = "A language server for the Nickel programming language"; Loading Loading
pkgs/development/tools/language-servers/nls/default.nix +4 −0 Original line number Diff line number Diff line { lib , rustPlatform , nickel , stdenv }: rustPlatform.buildRustPackage { Loading @@ -12,6 +13,9 @@ rustPlatform.buildRustPackage { cargoBuildFlags = [ "-p nickel-lang-lsp" ]; # Disable checks on Darwin because of issue described in https://github.com/tweag/nickel/pull/1454 doCheck = !stdenv.isDarwin; meta = { inherit (nickel.meta) homepage changelog license maintainers; description = "A language server for the Nickel programming language"; Loading