diff options
| author | Robert Schütz <nix@dotlambda.de> | 2024-07-18 05:48:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-18 05:48:44 -0700 |
| commit | a0812b380b9d17e9dd02b677e4052bf446b97cbe (patch) | |
| tree | 910a0e80716e28cd16c5fe1f18e56a2ac98b1ea0 | |
| parent | Merge pull request #326947 from pyrox0/nc-hashes-fix (diff) | |
| parent | switch-to-configuration-ng: fix link in README (diff) | |
| download | nixpkgs-a0812b380b9d17e9dd02b677e4052bf446b97cbe.tar.gz | |
Merge pull request #328154 from dotlambda/switch-to-configuration-ng
switch-to-configuration-ng: fix link in README
| -rw-r--r-- | pkgs/by-name/sw/switch-to-configuration-ng/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/sw/switch-to-configuration-ng/README.md b/pkgs/by-name/sw/switch-to-configuration-ng/README.md index 7401a037dfcb..8230b47c9651 100644 --- a/pkgs/by-name/sw/switch-to-configuration-ng/README.md +++ b/pkgs/by-name/sw/switch-to-configuration-ng/README.md @@ -1,3 +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. +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. |
