Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 68922e3f7407c5aecd8cc9cc3d22d753269b3f31
      
https://github.com/NixOS/nixpkgs/commit/68922e3f7407c5aecd8cc9cc3d22d753269b3f31
  Author: Thomas Tuegel <[email protected]>
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
    M nixos/modules/system/boot/stage-1.nix

  Log Message:
  -----------
  nixos/stage-1: use `readlink -e` in builder

The builder has this convoluted `while` loop which just replicates
`readlink -e`. I'm sure there was a reason at one point, because the
loop has been there since time immemorial. It kept getting copied
around, I suspect because nobody bothered to understand what it actually
did.

Incidentally, this fixes #17513, but I have no idea why.


  Commit: d609df13dd4be8ecfe802876ba4f22767325f9ac
      
https://github.com/NixOS/nixpkgs/commit/d609df13dd4be8ecfe802876ba4f22767325f9ac
  Author: Nikolay Amiantov <[email protected]>
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
    M nixos/modules/system/boot/stage-1.nix

  Log Message:
  -----------
  Merge pull request #17596 from ttuegel/stage-1

nixos/stage-1: use `readlink -e` in builder


Compare: https://github.com/NixOS/nixpkgs/compare/d7544072d7eb...d609df13dd4b
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to