Skip to content
Snippets Groups Projects
  1. Jul 21, 2016
    • Eelco Dolstra's avatar
    • Langston Barrett's avatar
      remove outdated install instructions · 70a23819
      Langston Barrett authored
      70a23819
    • Eelco Dolstra's avatar
      Shut up warning · 0f55dd5b
      Eelco Dolstra authored
      0f55dd5b
    • Eelco Dolstra's avatar
      Store::computeFSClosure(): Use thread pool · a728780f
      Eelco Dolstra authored
      This speeds up queries against the binary cache.
      a728780f
    • Eelco Dolstra's avatar
      Merge pull request #961 from OptiverTimAll/fix-spec-file · db459458
      Eelco Dolstra authored
      Fix spec file
      db459458
    • Eelco Dolstra's avatar
      Grammar/spelling · 77c2739c
      Eelco Dolstra authored
      77c2739c
    • Matthias Beyer's avatar
      NIX_REMOTE_SYSTEMS path must be absolute (#957) · 2ec9d2fb
      Matthias Beyer authored
      Once upon a time, I wrote my bachelors thesis about functional
      deployment mechanisms.
      
      I had to evaluate several szenarios where package management and
      deployment were relevant. One szenario was to do distributed builds
      over several machines.
      
      I told myself: Weee, nix can do this! And with nix, this is actually
      save, as you do not have side effects when building!
      
      So I started. I use a cloud to set up four virtual machines where I
      wanted to do the build. A fifth machine was used as master to distribute
      the builds. All was good.
      
      I created the necessary SSH keys, made sure every machine was reachable
      by the master and configured the build in my remotes.conf.
      
      When I started to try to build weechat from source, the build failed. It
      failed, telling me
      
          error: unable to start any build; either increase ‘--max-jobs’ or enable distributed builds
      
      And I started to dig around. I digged long and good. But I wasn't able
      to find the issue.
      
      I double and triple checked my environment variables, my settings, the
      SSH key and everything.
      
      I reached out to fellow Nixers by asking on the nixos IRC channel. And I
      got help. But we weren't able to find the issue, either.
      
      So I became frustrated. I re-did all the environment variables.
      
      And suddenly,... it worked! What did I change? Well... I made the
      environment variables which contained pathes contain absolute pathes
      rather than relatives.
      
      And because I like to share my knowledge, this should be put into the
      documentation, so others do not bang their heads against the wall
      because something is not documented somewhere.
      2ec9d2fb
    • Eelco Dolstra's avatar
      Capitalize Nix · 2d5a99ba
      Eelco Dolstra authored
      2d5a99ba
  2. Jul 20, 2016
  3. Jul 13, 2016
  4. Jul 11, 2016
  5. Jul 04, 2016
  6. Jul 01, 2016
  7. Jun 20, 2016
  8. Jun 17, 2016
  9. Jun 16, 2016
  10. Jun 15, 2016
  11. Jun 09, 2016
  12. Jun 03, 2016
  13. Jun 02, 2016
Loading