Victor Fuentes
Victor Fuentes
Updates rnix to the latest version 0.11. All test cases are passing, but I want to do some more testing before merging into main Closes #15
Currently, none of the public functions have proper documentation comments, so the generated docs are empty. See: https://docs.rs/nix-editor/latest/nix_editor/ Documentation is needed describing what each function does, as well as providing...
Currently reading or modifying a value only applies to a single configuration file. Being able to optionally modify attributes based on the `import` option would be useful for applications like...
Currently only supports reading and editing a single file. Would be more useful if imports could be handled, read, and edited as well. Perhaps automatically detect a list, as well...
Provides a GNOME mobile example using a patched version of `gnome-shell` and `mutter` mentioned in the GNOME blog here: https://blogs.gnome.org/shell-dev/2022/09/09/gnome-shell-on-mobile-an-update/. Tested build on oneplus-fajita ``` export NIXPKGS_ALLOW_UNFREE=1 nix-build examples/gnome --argstr...
###### Description of changes Added `orange-pi-5-max` ###### Things done - [x] Tested the changes in your own NixOS Configuration - [x] Tested the changes end-to-end by using your fork of...
Why === If no system dependencies are found, don't to toml-editor nop. What changed ============ Check if no system dependencies need to be installed for python packages. Test plan =========
Nix has a very different way of using and storing packages, so to make everything work as expected [I lie and pretend we have `/usr/`](https://github.com/vlinkz/appstream-generator/commit/665ad482dab274ddf5642378cba740da99cbcc40#diff-1d1b455681df45c89e691e5ea71777a279b118fbb537a94392d4644245f428d3R143) even though the `$datadir` in...
**Is your feature request related to a problem? Please describe.** I would like to use Redis with https within a vpc, but need a way to add a custom cert...