David Arnold

Results 442 issues of David Arnold

mkcert module allows to temporarily install a development certificate authority per project to dynamically create a (local) certificate authority on first entry — a little more secure ```toml [mkcert] enable...

Find a way to inherit shell completion of the invoking shell for popular shells. Maybe just invoke `source ${HOME}/.zshrc` / `source ${HOME}/.bashrc` as first order of business before overclocking the...

This issue aims to replace #16 with a more concise and well defined generic use case instead of calling for particular tooling, see https://github.com/numtide/devshell/issues/16#issuecomment-699684793. [_Shift left_](https://www.forbes.com/sites/jasonbloomberg/2018/06/08/can-devops-really-shift-everything-to-the-left/#3500bfa8c83a) is a strategy to...

I hope devshell will grow into an universal tool, if wsl2 is properly supported for nix. It would be interesting to hear, if somebody has already experience to share, so...

enhancement

While refactoring and playing on https://github.com/numtide/devshell/pull/28 according to the new module structure, I was feeling a slight need for tearing down the custom certificate upon leaving the devshell (so in...

enhancement

See for example [this claim](https://github.com/nix-community/nix-environments/tree/master/envs/arduino). Firejail? Is this motion at all on-scope?

For some [dev envronments](https://platformio.org/), there is a use case to install [udev rules](https://raw.githubusercontent.com/platformio/platformio/develop/scripts/99-platformio-udev.rules) for non-root device access (`MODE="0666"`) to specific devices such as a particular arduino board. The current nixos-specific...

enhancement

**Is your feature request related to a problem? Please describe.** A lot of json schemata are readily available out there. **Describe the solution you'd like** A json scheme to nickel...

type: feature request
area: contracts

**Is your feature request related to a problem? Please describe.** In [some situations](https://github.com/NixOS/rfcs/pull/42#discussion_r563193452), a designer want's to forward-comply a user's input in a way so that the user can submit...

question

Note to self: make a graphic for the readme / docs to explain the devos control flow: - `modules` -> `profiles` -> `suites` - `suites` -> `hosts`

documentation