nixpkgs/pkgs/by-name/sw/switch-to-configuration-ng
Will Fancher 37ee6ba681 Revert "NixOS apply script"
Reverts #344407

This has broken nixos-rebuild switch so that it no longer updates the profile, which has bad consequences including not updating the systemd-boot menu with new generations.
2024-11-01 20:18:09 -04:00
..
src Revert "NixOS apply script" 2024-11-01 20:18:09 -04:00
package.nix switch-to-configuration-ng: update rust-ini to support multi-line INI values 2024-09-21 08:28:02 -07:00
README.md switch-to-configuration-ng: fix link in README 2024-07-18 04:36:07 -07:00

switch-to-configuration-ng

This program is a reimplementation of switch-to-configuration 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.