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