Technofab
Technofab
In the nixos-anywhere.sh at the end it also exports all ZFS pool, I don't think the Disko destroy script is currently used for that as that presumably deletes partitions?
Just saw this issue again and wanted to mention my PR #97 which adds exactly that :)
Got it working by setting the following env variable: ``` export RUBYOPT="-KU -E utf-8:utf-8" ``` [Source](https://stackoverflow.com/a/32915504) I also set $LANGUAGE and $LC_ALL to $LANG (`de_DE.UTF-8` for me) as these were...
I see, thanks a bunch for the code, will add that to my query wrapper! I understand why the dependency on surrealdb might create more issues, unfortunately no idea how...
> Maybe it could be `unless = { name = "license", value = "None" }`? That'd be fine for me too 👍