nixos-rebuild-ng: only propagate nix's bin output (#387269)

This commit is contained in:
Thiago Kenji Okada
2025-03-05 15:05:11 +00:00
committed by GitHub
+1 -1
View File
@@ -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 = ''