switch-to-configuration-ng: add a README

Add a README so nixpkgs folks can have a cursory understanding of what
this program is here for.
This commit is contained in:
Jared Baur 2024-06-05 20:23:19 -07:00
parent a7e1ea970b
commit 317c95620a
No known key found for this signature in database

View File

@ -0,0 +1,3 @@
# switch-to-configuration-ng
This program is a reimplementation of [switch-to-configuration](nixos/modules/system/activation/switch-to-configuration.pl) in Rust. The goal is to be compatible in as many ways as possible to the original implementation, at least as long as the original is still in nixpkgs. Any behavioral modifications to this program should also be implemented in the original, and vice versa.