Skip to content

Commit

Permalink
temp: temporary disable for now
Browse files Browse the repository at this point in the history
due to issues on nixpkgs NixOS/nixpkgs#384795
  • Loading branch information
iguntur committed Feb 24, 2025
1 parent 47d9e1b commit 70d3dc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/coding/formatter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
];
Expand Down
2 changes: 1 addition & 1 deletion config/sdk/javascript.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70d3dc4

Please sign in to comment.