Fernando Ayats

Results 59 issues of Fernando Ayats

That old forgotten api, the [bundlers](https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-bundle.html) are missing from `perSystem` ``` { perSystem = {pkgs, ...}: { bundlers.identity = drv: drv; }; } ... The option `perSystem.x86_64-linux.bundlers' does not exist...

enhancement

It may be interesting to have some mechanism to autogenerate definition files to be consumed by lua-language-server from rust code: https://luals.github.io/wiki/definition-files A usecase for example: exposed a function from rust,...

New deployment tool let's go

`nix profile` is so bad, potentially could be `nh pkg` instead?

needs discussion

needs discussion

Optionally elevate to root with pkexec or doas. Ideally clean-up how to self-elevate, instead of calling `sudo argv[..]`