Skip to content

Commit

Permalink
Remove workaround for prettier-plugin-awk
Browse files Browse the repository at this point in the history
  • Loading branch information
giggio committed Nov 25, 2024
1 parent 4730ba7 commit 0735644
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions home-manager/pkgs/nodejs/prettier-plugin-awk.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ buildNpmPackage, fetchFromGitHub, lib, nodejs_20 }:
{ buildNpmPackage, fetchFromGitHub, lib }:

buildNpmPackage rec {
pname = "prettier-plugin-awk";
Expand All @@ -11,7 +11,6 @@ buildNpmPackage rec {
hash = "sha256-r1dFQAryITTXK2EIP1SO/czj2/206yMMRr6VZjVB8qQ=";
};

nodejs = nodejs_20; # todo: remove when it builds, but there is a bug in the package that make it not work with 21+: https://github.com/Beaglefoot/prettier-plugin-awk/issues/18
npmDepsHash = "sha256-WepRHtx5zOo/1FYqAN6WmSy6xMggafzje70TJXQ/HR8=";
npmBuildScript = "compile";
postPatch =
Expand Down

0 comments on commit 0735644

Please sign in to comment.