update-nix-fetchgit: standalone small closure

This commit is contained in:
Joe Hermaszewski
2020-11-13 21:37:56 +01:00
committed by Peter Simons
parent b95bea0385
commit e5570d9f8b
+2
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 { };