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

#229 in Configuration

Download history 114/week @ 2023-12-12 150/week @ 2023-12-19 92/week @ 2023-12-26 97/week @ 2024-01-02 131/week @ 2024-01-09 125/week @ 2024-01-16 126/week @ 2024-01-23 92/week @ 2024-01-30 90/week @ 2024-02-06 162/week @ 2024-02-13 160/week @ 2024-02-20 205/week @ 2024-02-27 215/week @ 2024-03-05 213/week @ 2024-03-12 159/week @ 2024-03-19 144/week @ 2024-03-26

751 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

~10MB
~173K SLoC