From 11f2af9c34ce2281a36d20327e0a1d822d38d96a Mon Sep 17 00:00:00 2001 From: "Berk D. Demir" Date: Sun, 6 Jul 2025 15:47:24 -0700 Subject: [PATCH 1/2] nixos-rebuild-ng: Fix typo in the man page --- pkgs/by-name/ni/nixos-rebuild-ng/nixos-rebuild.8.scd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0d4c88e5def5..2d17a9f645c8 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 @@ -306,7 +306,7 @@ Builder options: *--verbose,* *-v*, *--quiet*, *--log-format*, *--no-build-output*, *-Q*, *--max-jobs*, *-j*, *--cores*, *--keep-going*, *-k*, *--keep-failed*, *-K*, -*--fallback*, *--incllude*, *-I*, *--option*, *--repair*, *--builders*, +*--fallback*, *--include*, *-I*, *--option*, *--repair*, *--builders*, *--print-build-logs*, *-L*, *--show-trace* See the Nix manual, *nix flake lock --help* or *nix-build --help* for details. From 1ab842d1d71eb6d8212651453ac1154d52b4481c Mon Sep 17 00:00:00 2001 From: "Berk D. Demir" Date: Sun, 6 Jul 2025 16:01:18 -0700 Subject: [PATCH 2/2] 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