mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08:00
nushell: throw instead of abort (#6870)
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user