#nixos #fuzzy-search #configuration #nix #packages #command-line-tool #rebuild

app nix-install

A simple command line utility to quickly add packages to your configuration.nix using fuzzy search and rebuild all in one command :)

5 releases

0.1.4 Sep 11, 2024
0.1.3 Sep 10, 2024
0.1.2 Sep 10, 2024
0.1.1 Sep 10, 2024
0.1.0 Sep 10, 2024

#360 in Command line utilities

Download history 274/week @ 2024-09-05 152/week @ 2024-09-12 26/week @ 2024-09-19 9/week @ 2024-09-26 2/week @ 2024-10-03

308 downloads per month

MIT license

7KB
70 lines

nix-install

nix-install is a simple command line utility to quickly add packages to your configuration.nix using fuzzy search and rebuild all in one command.

Features

Fuzzy Search: Easily find and add packages with minimal typing. Declarative: Integrates directly with configuration.nix, maintaining NixOS's declarative nature. One Command: Add packages and rebuild your system in one step.

Installation

Currently, you need to clone the repository and add the script that calls the Rust binary to your PATH.

Add the script to your PATH, e.g., by linking it to /usr/local/bin

Usage

add the comment line "# add packages above" and nix-install will add packages above

nix-install < Type in package name >

TODO

  • Package nix-install as a crate.
  • Add it to Nix Packages.
  • integrate flagh for usecase liek no rebuild and other cases

Philosophy

While some community members believe this approach might go against the declarative nature of NixOS, nix-install still maintains this principle by modifying configuration.nix. It offers a more convenient way to manage packages without compromising the core values of NixOS.

Open to civil discussion and feedback.

No runtime deps