summary refs log tree commit diff stats
path: root/nix/.config/nixpkgs/overlays/node-packages/default.nix
diff options
context:
space:
mode:
authorAlan Pearce2018-03-21 16:37:41 +0100
committerAlan Pearce2018-03-21 16:37:41 +0100
commit40d896c668b85ee6c25730daeabd760253254ad1 (patch)
tree814383fb849a837dfab7730e8c9cbf343f1b250d /nix/.config/nixpkgs/overlays/node-packages/default.nix
parentf692f481647054d28735c4e8222f5ef7db1d8751 (diff)
downloaddotfiles-40d896c668b85ee6c25730daeabd760253254ad1.tar.lz
dotfiles-40d896c668b85ee6c25730daeabd760253254ad1.tar.zst
dotfiles-40d896c668b85ee6c25730daeabd760253254ad1.zip
Create overlay of custom node packages
Diffstat (limited to 'nix/.config/nixpkgs/overlays/node-packages/default.nix')
-rw-r--r--nix/.config/nixpkgs/overlays/node-packages/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/nix/.config/nixpkgs/overlays/node-packages/default.nix b/nix/.config/nixpkgs/overlays/node-packages/default.nix
new file mode 100644
index 0000000..f8521fc
--- /dev/null
+++ b/nix/.config/nixpkgs/overlays/node-packages/default.nix
@@ -0,0 +1,8 @@
+self: super:
+
+let
+  nodePackages = super.callPackage ./composition.nix {};
+in
+{
+  bmpr = nodePackages.bmpr;
+}