Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ newScope, pkgs }: 2 3let 4 callPackage = newScope (pkgs // plugins); 5 plugins = import ./plugins.nix { inherit callPackage; }; 6in 7 plugins