Nikolay Kolev
Nikolay Kolev
JSON to HCL is, indeed, broken. ```JSON { "map": { "a": "1", "b": "2", "c": "3" } } ``` gets converted to ```HCL "map/a" = "1" "map/b" = "2" "map/c"...
@sclevine It was my fault, sorry! π€¦π» All is good, but it would be nice if the unnecessary quotes were not added so that HCL looks more natural. In general,...
@tamasfe Any chance to fix the missing binaries as several package managers are failing now?
@ChanochShayner Well, honestly, the documentation is pretty light. As I found it, it doesn't really say, for example, that these are names, not fully qualified names with the resource type,...
@bear Any update?
The issue was my deployment script. Sorry.
Never mind, it wasn't the deployment script.
@phaer Yeah, sorry. My last version, which works, is this one: ```nix { disks ? ["/dev/sda" "/dev/sdb" "/dev/sdc"], lib, ... }: let zfs = { type = "zfs"; pool =...
@phaer It wasn't getting created, and I'm not sure how I've fixed it, but it works now. All my code is here: https://github.com/nikolay/zfs-on-nix-test I'm basically trying to run NixOS on...
@phaer Unfortunately, `/boot` randomly does not mount during the installation. π The second time I ran the script, it failed again. I am a little concerned about `nixos-install` not failing...