Unverified Commit bdadf0d0 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

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

parents a1e5f475 c3888609
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = ''