diff --git a/modules/lib/nushell.nix b/modules/lib/nushell.nix index e5cfe92e0..6d1ec463e 100644 --- a/modules/lib/nushell.nix +++ b/modules/lib/nushell.nix @@ -81,5 +81,5 @@ rec { }${outroSpace}}" ) else - abort "nushell.toNushell: type ${lib.typeOf v} is unsupported"; + throw "nushell.toNushell: type ${lib.typeOf v} is unsupported"; }