raf

Results 60 issues of raf

Closes #208 Follows the XDG specification for configuration files. With this change, Anyrun now searches `$XDG_CONFIG_HOME/anyrun` (most commonly `$HOME/.config/anyrun`) and then directories in `$XDG_CONFIG_DIRS` (defaults to `/etc/xdg` iirc). We fall...

Improves error handling for activation errors. Draft until I can decide on the implementation. Also implements a systemctl hints feature akin to `nixos-rebuild` that displays a hint for failing systemctl...

Hey all! With nh 4.2.0 on the horizon I'd like to outline future goals of nh. As such I am creating this roadmap to keep track of features I'd like...

needs discussion

Allows specifying a `--profile` for Nix commands in NixOS, Darwin, and Home-Manager subcommands (`os`, `darwin`, and `home` respectively). This fills in the gap of `--profile-path` from `nixos-install` and similar CLIs...

Currently `nh os info` 1. Hard-codes the profile path 2. Displays all information at once 3. Only shows stats for NixOS installations Would be nice to take a `--profile` argument...

The long awaited 0.8 release. Among other things, features the language module refactor. ## TODO - [ ] Machine tests #285 - [ ] Automatic version bumps #832 - [...

topic: plugins
topic: modules
topic: CI
topic: documentation

This PR migrates our entire documentation framework to , the tool that we've created to document Nix/OS related projects. While less mature, ndg is a much more flexible utility that...

topic: dependencies
topic: documentation
topic: packaging

This got reverted down the line, which makes me a little concerned about what else could've gotten reverted during my failed rebase. Adds back changes that somehow got reverted, by...

topic: plugins
topic: modules
topic: dependencies
topic: CI
topic: documentation

This is an initial draft of a new `modules` section describing how we use the Nix module system within nvf. While it **does not** cover every module, I think it...

topic: documentation

This MR adds a new "confirm on input" feature to the `Confirm` prompt that allows users to submit immediately on 'y' or 'n' input without needing to hit Enter. This...