Branch: refs/heads/master
  Home:   https://github.com/NixOS/nix
  Commit: 9fc4cb2ae970f860bc309cbaf40957f53a36d423
      
https://github.com/NixOS/nix/commit/9fc4cb2ae970f860bc309cbaf40957f53a36d423
  Author: Eelco Dolstra <eelco.dols...@logicblox.com>
  Date:   2016-09-20 (Tue, 20 Sep 2016)

  Changed paths:
    M src/nix-build/nix-build.cc

  Log Message:
  -----------
  nix-shell: Restore CPU affinity

Otherwise the shell and its children will be bound to one CPU core...


  Commit: 4de06391058724814756a8c74ae36c279cf34006
      
https://github.com/NixOS/nix/commit/4de06391058724814756a8c74ae36c279cf34006
  Author: Eelco Dolstra <eelco.dols...@logicblox.com>
  Date:   2016-09-20 (Tue, 20 Sep 2016)

  Changed paths:
    M src/libutil/util.cc
    M src/libutil/util.hh
    M src/nix-build/nix-build.cc

  Log Message:
  -----------
  nix-shell: Fix $PATH handling in the impure case

We were passing "p=$PATH" rather than "p=$PATH;", resulting in some
invalid shell code.

Also, construct a separate environment for the child rather than
overwriting the parent's.


Compare: https://github.com/NixOS/nix/compare/0d38b4c79268...4de063910587
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to