diff --git a/pkgs/by-name/ni/nixos-rebuild-ng/package.nix b/pkgs/by-name/ni/nixos-rebuild-ng/package.nix index 5f75a21e2402..7e1841ceb615 100644 --- a/pkgs/by-name/ni/nixos-rebuild-ng/package.nix +++ b/pkgs/by-name/ni/nixos-rebuild-ng/package.nix @@ -50,7 +50,7 @@ python3Packages.buildPythonApplication rec { # would silently downgrade the whole system to be i686 NixOS on the # next reboot. # The binary will be included in the wrapper for Python. - nix + (lib.getBin nix) ]; postPatch = ''