12 releases

0.3.0 Feb 3, 2023
0.3.0-beta.1 Oct 6, 2022
0.2.12 Jul 18, 2022
0.2.11 Jun 23, 2022
0.2.6 Mar 27, 2022

#220 in Configuration

Download history 141/week @ 2024-01-10 132/week @ 2024-01-17 120/week @ 2024-01-24 86/week @ 2024-01-31 100/week @ 2024-02-07 186/week @ 2024-02-14 156/week @ 2024-02-21 211/week @ 2024-02-28 194/week @ 2024-03-06 198/week @ 2024-03-13 174/week @ 2024-03-20 146/week @ 2024-03-27 165/week @ 2024-04-03 166/week @ 2024-04-10 150/week @ 2024-04-17 140/week @ 2024-04-24

646 downloads per month
Used in 8 crates (4 directly)

MIT license

105KB
1.5K SLoC

Nix Editor

crates.io Coverage Status Built with Nix License: MIT

A command line utility for modifying NixOS configuration values.

Installation

nix-env

git clone https://github.com/vlinkz/nix-editor
nix-env -f nix-editor -i nix-editor

nix profile

nix profile install github:vlinkz/nix-editor

Run with Nix Flakes

nix run github:vlinkz/nix-editor -- --help
Usage: nix-editor [OPTIONS] <FILE> <ATTRIBUTE>

Arguments:
  <FILE>       Configuration file to read
  <ATTRIBUTE>  Nix configuration option arribute

Options:
  -v, --val <VAL>        Value to write
  -a, --arr <ARR>        Element to add
  -d, --deref            Dereference the value of the attribute
  -i, --inplace          Edit the file in-place
  -o, --output <OUTPUT>  Output file for modified config or read value
  -r, --raw              Prints console output without newlines or trimmed output
  -f, --format           Formats output using nixpkgs-fmt. Helps when writing new values
  -h, --help             Print help
  -V, --version          Print version

Dependencies

~7–17MB
~212K SLoC