snowfallorg / nix-editor

A simple rust program to edit NixOS configuration files with just a command
MIT License
72 stars 5 forks source link

edit file in-place #9

Closed milahu closed 2 years ago

milahu commented 2 years ago

add a shortcut for

nix-editor /etc/nixos/configuration.nix -o /etc/nixos/configuration.nix networking.hostName -v '"hello"'

for example

nix-editor -i /etc/nixos/configuration.nix networking.hostName -v '"hello"'