mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 15:16:23 +01:00
fix networking dispatcher script thingy
This commit is contained in:
parent
1b802a90de
commit
e597a95826
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue