Skip to content
Snippets Groups Projects
  1. Nov 19, 2013
  2. Nov 18, 2013
  3. Nov 14, 2013
  4. Nov 12, 2013
  5. Oct 28, 2013
  6. Oct 24, 2013
  7. Oct 23, 2013
  8. Oct 22, 2013
  9. Oct 18, 2013
  10. Oct 17, 2013
    • Eelco Dolstra's avatar
      Fold two stack trace messages in derivations · 792fd51f
      Eelco Dolstra authored
      Combined with the previous changes, stack traces involving derivations
      are now much less verbose, since something like
      
        while evaluating the builtin function `getAttr':
        while evaluating the builtin function `derivationStrict':
        while instantiating the derivation named `gtk+-2.24.20' at `/home/eelco/Dev/nixpkgs/pkgs/development/libraries/gtk+/2.x.nix:11:3':
        while evaluating the derivation attribute `propagatedNativeBuildInputs' at `/home/eelco/Dev/nixpkgs/pkgs/stdenv/generic/default.nix:78:17':
        while evaluating the attribute `outPath' at `/nix/store/212ngf4ph63mp6p1np2bapkfikpakfv7-nix-1.6/share/nix/corepkgs/derivation.nix:18:9':
        ...
      
      now reads
      
        while evaluating the attribute `propagatedNativeBuildInputs' of the derivation `gtk+-2.24.20' at `/home/eelco/Dev/nixpkgs/pkgs/development/libraries/gtk+/2.x.nix:11:3':
        ...
      792fd51f
    • Eelco Dolstra's avatar
      Don't show <nix/derivation.nix> in stack traces · f440558a
      Eelco Dolstra authored
      Messages like
      
        while evaluating the attribute `outPath' at `/nix/store/212ngf4ph63mp6p1np2bapkfikpakfv7-nix-1.6/share/nix/corepkgs/derivation.nix:18:9':
      
      are redundant, because Nix already shows that it's evaluating a derivation:
      
        while instantiating the derivation named `firefox-24.0' at `/home/eelco/Dev/nixpkgs/pkgs/applications/networking/browsers/firefox/default.nix:131:5':
        while evaluating the derivation attribute `nativeBuildInputs' at `/home/eelco/Dev/nixpkgs/pkgs/stdenv/generic/default.nix:76:17':
      f440558a
    • Eelco Dolstra's avatar
      Nix 1.6.1 release notes · bb659bad
      Eelco Dolstra authored
      bb659bad
    • Eelco Dolstra's avatar
      Fix test · f6a8e7f4
      Eelco Dolstra authored
      f6a8e7f4
  11. Oct 16, 2013
Loading