Fernando Ayats
Fernando Ayats
This results in getting the diff before building packages. Might break with IFD
nix-init adds `with lib;` to the meta section of a derivation, which doesn't align with nixpkgs' style: https://github.com/NixOS/nixpkgs/pull/291322#discussion_r1503823212
Would be it be very complicated to also support guix? On a naive approach, just `s#/nix/store#/gnu/store/`, but I don't know how coupled is the project with nix.
Thinking about the current implementation of wrapper-manager, maybe it is better to have one `lib.evalModules` per wrapper, instead of a single one (like the current implementation). The problems it would...
Mounts
Run the program under bwrap and expose mount options
Provide an interface to customize desktop items through nixpkgs' `makeDesktopItem`. There are conflicting ways to do the same thing with the `exec` field though. Example: > Create a wrapper for...
Provide ergonomic integration for using WM in nixos/hm/(nix-darwin)
Ad-hoc containers. This is a mess: https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/virtualization/nixos-container/nixos-container.pl#L185
### 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...