Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 4 lines 107 B view raw
1{ callPackage, nodejs }: 2{ 3 telegram-bridge = callPackage ./plugin-telegram-bridge { inherit nodejs; }; 4}