update-nix-fetchgit: standalone small closure

This commit is contained in:
Joe Hermaszewski 2020-11-06 14:32:06 +08:00 committed by Peter Simons
parent b95bea0385
commit e5570d9f8b

View File

@ -6209,6 +6209,8 @@ in
update-dotdee = with python3Packages; toPythonApplication update-dotdee;
update-nix-fetchgit = haskell.lib.justStaticExecutables haskellPackages.update-nix-fetchgit;
update-resolv-conf = callPackage ../tools/networking/openvpn/update-resolv-conf.nix { };
update-systemd-resolved = callPackage ../tools/networking/openvpn/update-systemd-resolved.nix { };