timd

Results 210 comments of timd

Well I was considering using dhall internally, to add some type constraints, it would be hidden from the user. It was just an idea at this point though.

For those following the issue, I've updated the original post with implementation details.

@blaggacao maybe you and I, and perhaps @Pacman99 if he has any time can setup a when2meet to try and come together and address the aging docs? My original goal...

I'm running into this issue now as well: https://github.com/ryantm/agenix/issues/45#issuecomment-847852593 If I try to set "/etc/ssh" as `neededForBoot` it hangs the boot process because of the ordering issue. ### Update Seems...

My solution does check the buildInputs of each flake package for platform dependence, but not recursively.

Any idea what might be wrong in this typescript package I'm trying to make for work: https://github.com/input-output-hk/cardano-js-sdk what I've got so more: ```nix { inputs = { dream2nix.url = "github:nix-community/dream2nix";...

nvm it was a timeout config issue. apologies

Ugh, I'm very sorry for this, but I'm gonna have to reopen actually as I tried removing the timeout to see if it would fix, and it didn't happen about...

I just finished pulling in the default config toml with only a single change (using rust-analyzer instead of rls) before this occurred. I haven't tried with any other lsp just...

The source of the issue is glutin. More details available in [this](https://github.com/rust-windowing/glutin/issues/848) closed issue. I fixed the issue myself by building a simple nix package in the root of the...