summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-01-07 18:06:29 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-01-07 18:06:57 +0100
commit3071db258bf92a0630482907ecbf877b0faa29ab (patch)
treee3332a1cfcbcfd508b085795c4cf53ee4f41c722 /nixos
parent245eff71712fa7e157810c9278ccf4c98ced842e (diff)
nixos/mastodon: remove duplicated shebang
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-apps/mastodon.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/mastodon.nix b/nixos/modules/services/web-apps/mastodon.nix
index b6e2309555f2..cc30896c80bd 100644
--- a/nixos/modules/services/web-apps/mastodon.nix
+++ b/nixos/modules/services/web-apps/mastodon.nix
@@ -95,7 +95,6 @@ let
) env))));
mastodonTootctl = pkgs.writeShellScriptBin "mastodon-tootctl" ''
- #! ${pkgs.runtimeShell}
set -a
export RAILS_ROOT="${cfg.package}"
source "${envFile}"