From 70d3dc4b3a0008ccd065e659c67a4db94a49fbc5 Mon Sep 17 00:00:00 2001 From: Guntur Poetra Date: Tue, 25 Feb 2025 03:08:48 +0800 Subject: [PATCH] temp: temporary disable for now due to issues on nixpkgs https://github.com/NixOS/nixpkgs/issues/384795 --- config/coding/formatter.nix | 2 +- config/sdk/javascript.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/coding/formatter.nix b/config/coding/formatter.nix index 57ee1a5..fa715b9 100644 --- a/config/coding/formatter.nix +++ b/config/coding/formatter.nix @@ -97,7 +97,7 @@ extraPackages = with pkgs; [ codespell # Fix common misspellings in source code - biome # Toolchain of the web + # biome # Toolchain of the web nodePackages.prettier # Prettier is an opinionated code formatter prettierd # Prettier, as a daemon, for improved formatting speed ]; diff --git a/config/sdk/javascript.nix b/config/sdk/javascript.nix index e2ed309..ba20d85 100644 --- a/config/sdk/javascript.nix +++ b/config/sdk/javascript.nix @@ -199,7 +199,7 @@ }; extraPackages = with pkgs; [ - biome # Toolchain of the web + # biome # Toolchain of the web nodePackages.prettier # Prettier is an opinionated code formatter prettierd # Prettier, as a daemon, for improved formatting speed typescript # Superset of JavaScript that compiles to clean JavaScript output