From 317c95620a59bd2b53b508424a2f30e01da0343a Mon Sep 17 00:00:00 2001 From: Jared Baur Date: Wed, 5 Jun 2024 20:23:19 -0700 Subject: [PATCH] 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. --- pkgs/by-name/sw/switch-to-configuration-ng/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pkgs/by-name/sw/switch-to-configuration-ng/README.md diff --git a/pkgs/by-name/sw/switch-to-configuration-ng/README.md b/pkgs/by-name/sw/switch-to-configuration-ng/README.md new file mode 100644 index 000000000000..7401a037dfcb --- /dev/null +++ b/pkgs/by-name/sw/switch-to-configuration-ng/README.md @@ -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.