mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
nushell: throw instead of abort (#6870)
This commit is contained in:
parent
2eabb26d08
commit
355a6b937d
1 changed files with 1 additions and 1 deletions
|
|
@ -81,5 +81,5 @@ rec {
|
||||||
}${outroSpace}}"
|
}${outroSpace}}"
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
abort "nushell.toNushell: type ${lib.typeOf v} is unsupported";
|
throw "nushell.toNushell: type ${lib.typeOf v} is unsupported";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue