1
Fork 0
satellite/modules/overlays/npm.nix
2022-02-01 15:28:29 +02:00

7 lines
175 B
Nix

self: super:
let customPackages = pkgs.callPackage ./npm { };
in with self; {
# Faster prettier for editors
nodePackages.prettierd = customPackages."@fsouza/prettierd";
}