summary refs log tree commit diff
path: root/nixos/modules/services/misc/geoip-updater.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/misc/geoip-updater.nix')
-rw-r--r--nixos/modules/services/misc/geoip-updater.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/geoip-updater.nix b/nixos/modules/services/misc/geoip-updater.nix
index 760fa66e80d6..e0b9df96f8e8 100644
--- a/nixos/modules/services/misc/geoip-updater.nix
+++ b/nixos/modules/services/misc/geoip-updater.nix
@@ -14,7 +14,7 @@ let
   # ExecStart= command with '@' doesn't work because we start a shell (new
   # process) that creates a new argv[0].)
   geoip-updater = pkgs.writeScriptBin "geoip-updater" ''
-    #!${pkgs.stdenv.shell}
+    #!${pkgs.runtimeShell}
     skipExisting=0
     debug()
     {