Fernando Ayats

Results 59 issues of Fernando Ayats

**Describe the bug** When using `--keep-going`, nix reports build failures as they come. At the end, it only reports the number of packages that failed, but not their names. The...

bug

MPI variant has several rank mismatch errors, which are silently ignored. This downgrades the errors to warnings.

update-package

### Did you check existing issues? - [ ] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser - [X] I have searched the existing...

bug

I have trouble getting napi to work with astro. I believe the problem lies in the importing logic, CommonJS vs ES modules and Vite. Related: https://github.com/napi-rs/napi-rs/issues/1429, https://github.com/orgs/napi-rs/discussions/1437 ``` 21.47.14 [ERROR]...

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

https://github.com/Mic92/nixos-shell

needs discussion

https://github.com/NixOS/nix/pull/11131

C-feature
A-parser

```nix { hello, symlinkJoin, lib, } @ inputs: symlinkJoin { name = "foo"; paths = builtins.filter lib.isDerivation (builtins.attrValues inputs); } ``` nil reports an `unused_binding` on `hello`, while it is...

C-support

`use_flake`, which uses `nix print-dev-env` accepts an installable, which can be: - flake - `-f file.nix` - `--expr "myexpr"` - `/nix/store/...` Additionally, if using a `-f file.nix`, it won't detect...