Nathan Henrie

Results 54 issues of Nathan Henrie

Hi, Thanks for your incredible work on this project! Sorry if this has been explored elsewhere; I'm a flakes user looking at the options for enabling GPU support without losing...

It would be nice to be able to rekey a single secret -- just run across this while modifying the list of pubkeys that could access a single secret in...

https://github.com/ryantm/agenix/blob/2994d002dcff5353ca1ac48ec584c7f6589fe447/modules/age.nix#L76 Shouldn't this be fatal? Is there any reason not to `exit 1` at this point, instead of continuing on to create the directory structure in the following steps?

We should consider adding some templates for issues and PR, if nothing else just to have a quick reference for the suggested titles (which I keep forgetting): https://github.com/ryantm/agenix#contributing > contrib...

With the current implementation of parsing the secrets from `secrets.nix`, some functions of the CLI tool need to be run from `secretsDir` (because `FILES` doesn't get the full path, at...

https://www.hammerspoon.org/ is a great tool, I think it would make a good fit with the nix ecosystem. I'm happy to work on this, though I don't have much time at...

I think this library is a good candidate for a command line tool, ideally including an option to export to something like a netscape cookie file that tools like curl...

**Describe the bug** The [`nix flake update` docs](https://github.com/NixOS/nix/blob/cbd5553d57ebf5d0532047165a2d81825424bd76/src/nix/flake-update.md?plain=1#L50C1-L52C76) specify > Unlike other `nix flake` commands, `nix flake update` takes a list of names of inputs to update as its positional...

bug
new-cli
flakes
idea approved

According to https://rustic.cli.rs/docs/comparison-restic.html I see the `find` and `mount` commands are missing. I see an existing issue for [`mount`](https://github.com/rustic-rs/rustic/issues/971). Is there any ongoing work or major blockers for the `find`...

C-enhancement
A-cli
A-commands
A-ui-ux