Results 18 issues of bryango

**Note:** I would like to postpone the work on the missing documentations, until the monumental bundle rework has settled down, and then I will be rebasing this as soon as...

**Version: `@v12`** I forget to configure the secret key for one of my repo's action (my bad), but cachix push simply fails silently without warning. One has to dig into...

I have an entry in `/etc/fstab` that looks something like this: ```fstab /dev/disk/by-label/Resources /run/media/bryan/Resources auto nosuid,nodev,nofail,x-gvfs-show,uid=1000 0 0 ``` The disk is a usb drive, with many partitions including the...

This is made possible by recent cleanups #1162, #1167, #1169 of the cli implementations. Thank you all! @rm-dr @CraftSpider The completions are generated by `clap_complete`. The current v1 & v2...

Thank you for this wonderful program! Personally, I find the UI much better than the official NixOS options search (https://search.nixos.org/options). Is it possible / easy to adapt this project to...

Hi! I was trying to use a matcher and was confused by the ``` ... ({ self, super, root, ... } -> Path -> a ) ... ``` everywhere in...

**Is your feature request related to a problem? Please describe.** I was trying to adapt nixos modules for system-manager and noticed that many of them have hard-coded `/run/current-system/sw`; see e.g....

enhancement

Hi! I was exploring the clap related code to see if we can generate completions, and accidentally came across some dead code on the removed "man-pages" feature. This patch: -...