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-21 23:22:56 -07:00
parent a7e1ea970b
commit 317c95620a
@@ -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.