1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/servers/dnschain/default.nix
2015-09-07 19:14:23 +02:00

12 lines
268 B
Nix

{ stdenv, nodePackages }:
# to update dnschain, run npm2nix package.json package.nix, and
# then add "coffee-script" manually as a dependecy for "dnschain"
# in package.nix.
let
np = nodePackages.override { generated = ./package.nix; self = np; };
in
np.dnschain