1
Fork 0
satellite/modules/overlays/npm.nix
2022-02-01 16:18:36 +02:00

8 lines
162 B
Nix

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