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

8 lines
162 B
Nix
Raw Normal View History

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