From e597a9582642a5b8e4ff29cca9bcc529238fffe5 Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Thu, 1 Aug 2024 08:43:47 +0200 Subject: [PATCH] fix networking dispatcher script thingy --- modules/desktop/networking.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/desktop/networking.nix b/modules/desktop/networking.nix index e02e9fe..f0c60c7 100644 --- a/modules/desktop/networking.nix +++ b/modules/desktop/networking.nix @@ -6,7 +6,7 @@ }: let addNuShebang = path: builtins.concatStringsSep "\n\n" [ - "#!${pkgs.nushellFull}/bin/nu" + "#!${pkgs.nushell}/bin/nu" (builtins.readFile path) ]; in {