From 1ab842d1d71eb6d8212651453ac1154d52b4481c Mon Sep 17 00:00:00 2001 From: "Berk D. Demir" Date: Sun, 6 Jul 2025 16:01:18 -0700 Subject: [PATCH] nixos-rebuild-ng: Fix curly quotation mark pairings in the man page --- pkgs/by-name/ni/nixos-rebuild-ng/nixos-rebuild.8.scd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/ni/nixos-rebuild-ng/nixos-rebuild.8.scd b/pkgs/by-name/ni/nixos-rebuild-ng/nixos-rebuild.8.scd index 2d17a9f645c8..43d1f3033419 100644 --- a/pkgs/by-name/ni/nixos-rebuild-ng/nixos-rebuild.8.scd +++ b/pkgs/by-name/ni/nixos-rebuild-ng/nixos-rebuild.8.scd @@ -190,9 +190,9 @@ It must be one of the following: trusted user in the Nix daemon. This can be achieved by using the _nix.settings.trusted-users_ NixOS option. Examples values for that option are described in the “Remote builds” chapter in the Nix manual, - (i.e. ‘--builders "ssh://bigbrother x86_64-linux"‘). By specifying an + (i.e. ‘--builders "ssh://bigbrother x86_64-linux"’). By specifying an empty string existing builders specified in /etc/nix/machines can be - ignored: ‘--builders ""‘ for example when they are not reachable due to + ignored: ‘--builders ""’ for example when they are not reachable due to network connectivity. *--profile-name* _name_, *-p* _name_ @@ -200,7 +200,7 @@ It must be one of the following: track of the current and previous system configurations, use _/nix/var/nix/profiles/system-profiles/name_. When you use GRUB 2, for every system profile created with this flag, NixOS will create a submenu - named “NixOS - Profile _name_“ in GRUB's boot menu, containing the + named “NixOS - Profile _name_” in GRUB's boot menu, containing the current and previous configurations of this profile. For instance, if you want to test a configuration file named _test.nix_ @@ -209,7 +209,7 @@ It must be one of the following: $ nixos-rebuild switch -p test -I nixos-config=./test.nix The new configuration will appear in the GRUB 2 submenu “NixOS - Profile - ‘test’“. + ‘test’”. *--specialisation* _name_, *-c* _name_ Activates given specialisation; when not specified, switching and testing