fix networking dispatcher script thingy

This commit is contained in:
Schrottkatze 2024-08-01 08:43:47 +02:00
parent 1b802a90de
commit e597a95826
No known key found for this signature in database

View file

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