Unverified Commit 317c9562 authored by Jared Baur's avatar Jared Baur
Browse files

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.
parent a7e1ea97
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
# 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.