Solomon
Solomon
It looks like there is definitely a bug in the pretty printer. We can and should fix this. However, _exact_ printing is a Hard problem and usually isn't needed. There...
Hi. Sorry for the slow response time! We have some [standard library functions](https://github.com/hasura/kriti-lang/blob/main/src/Kriti/CustomFunctions.hs#L125) in the Kriti repo which would resolve this issue for you, but they aren't made available in...
I'm getting a similar error with the official `luks-lvm.nix` example. ``` # nix --experimental-features "nix-command flakes" run github:nix-community/disko/refs/tags/v1.6.1 -- --mode format /tmp/disk-config.nix these 2 derivations will be built: /nix/store/d0myk938hlzyrna5gmhahx6cpz8b6ni0-disko-format.drv /nix/store/y9mbfiqycb80n7sdrvlpvnd6v52mqig4-disko-format.drv...
> But `blkid /dev/mapper/crypted` itself works afterwards? Using the Luks-LVM example I get: ``` # blkid /dev/mapper/crypted ```
Thank you for the feedback. I'll have to think about this a bit.
Thank you for the feedback! Good catch on the haddocks. If you're interested, please feel free to write up a PR correcting the Trifunctor haddocks. I wouldn't be surprised if...
@JackPala I'm having trouble getting codex building with `buildingNpmPackage`. I'm getting an error about a missing package.json: ``` last 16 log lines: > Running phase: unpackPhase > unpacking source archive...
Thank you @MSDimos. I had to change the `sourceRoot` as the lock file is in the root of the repo and wrap the cli tool to run it with node....