1
0
Fork 0
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:
Joaquín Triñanes 2025-05-02 15:45:16 +02:00 committed by GitHub
parent 2eabb26d08
commit 355a6b937d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";
} }