1
Fork 0
satellite/modules/overlays/npm.nix

7 lines
175 B
Nix
Raw Normal View History

2022-02-01 14:28:29 +01:00
self: super:
let customPackages = pkgs.callPackage ./npm { };
in with self; {
# Faster prettier for editors
nodePackages.prettierd = customPackages."@fsouza/prettierd";
}