asymmetric

Results 126 comments of asymmetric
trafficstars

For me it wasn't clear enough no, although I guess it could be for others. But if this doesn't decrease clarity for anyone, and only increases it for some, I...

Any chance this can be merged? It's being used as a patch in https://github.com/NixOS/nixpkgs/pull/154261, ideally it would be upstreamed as it seems to make a lot of sense.

How do you think the fact that the domain mentions NixOS affect the message that the docs are actually about the whole platform? This is an old issue and not...

We do have a link checker, see [here]( https://github.com/nixos/nix.dev/tree/2589aa0b57eefa56fc01131dbf0e64cd011d722b/Makefile#L200), it's run in CI [as well]( https://github.com/nixos/nix.dev/tree/2589aa0b57eefa56fc01131dbf0e64cd011d722b/.github/workflows/test.yml#L8). EDIT: or were you talking about more than just nix.dev?

Has there been any progress on this?

I added ```elisp (after! nix-mode (set-formatter! 'nixpkgs-fmt "nixpkgs-fmt" :modes '(nix-mode)) (puthash 'nixpkgs-fmt "nixpkgs-fmt" format-all--executable-table)) ``` to my `config.el`, but when I type `SPC m p` I still get `Could not...

I bumped into this when using the file source to ingest Nomad logs. Nomad creates named pipes, which Vector tries to seek. This blows up at runtime with: ``` thread...

@john-shaffer do you understand why `buildInputs` wasn't sufficient?

@charmoniumQ for your first question: the hash is being given to you in the error message above. To override in your `flake.nix`, you can add an overlay like: ```nix final:...