Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 9 lines 207 B view raw
1{ 2 lib, 3 newScope, 4}: 5lib.makeScope newScope (self: { 6 libwg = self.callPackage ./libwg.nix { }; 7 mullvad = self.callPackage ./mullvad.nix { }; 8 openvpn-mullvad = self.callPackage ./openvpn.nix { }; 9})