fix networking dispatcher script thingy

This commit is contained in:
Schrottkatze 2024-08-01 08:43:47 +02:00
parent 1b802a90de
commit e597a95826
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc

View file

@ -6,7 +6,7 @@
}: let }: let
addNuShebang = path: addNuShebang = path:
builtins.concatStringsSep "\n\n" [ builtins.concatStringsSep "\n\n" [
"#!${pkgs.nushellFull}/bin/nu" "#!${pkgs.nushell}/bin/nu"
(builtins.readFile path) (builtins.readFile path)
]; ];
in { in {