repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
anvil-editor: init at 0.4
[NixPkgs.git]
/
pkgs
/
applications
/
networking
/
mullvad
/
default.nix
blob
7b4bcf9d61b25d9c5227a8f6daf5c04fb887f606
1
{ lib
2
, newScope
3
}:
4
lib.makeScope newScope (self: {
5
libwg = self.callPackage ./libwg.nix { };
6
mullvad = self.callPackage ./mullvad.nix { };
7
openvpn-mullvad = self.callPackage ./openvpn.nix { };
8
})