Skip to content
Snippets Groups Projects
  1. Jun 06, 2017
  2. May 31, 2017
  3. May 30, 2017
  4. Feb 07, 2017
  5. Jan 20, 2017
  6. Nov 10, 2016
  7. Oct 16, 2016
  8. Aug 11, 2016
  9. Aug 10, 2016
  10. Aug 09, 2016
    • Shea Levy's avatar
      nix-build: Port to c++ · 80ebc553
      Shea Levy authored
      This was a dumb line-for-line rewrite, because nix build/nix run/etc.
      will replace it.
      80ebc553
  11. Jul 21, 2016
  12. Jun 02, 2016
    • Eelco Dolstra's avatar
      LocalStore: Allow the physical and logical store directories to differ · 4494000e
      Eelco Dolstra authored
      This is primarily to subsume the functionality of the
      copy-from-other-stores substituter. For example, in the NixOS
      installer, we can now do (assuming we're in the target chroot, and the
      Nix store of the installation CD is bind-mounted on /tmp/nix):
      
        $ nix-build ... --option substituters 'local?state=/tmp/nix/var&real=/tmp/nix/store'
      
      However, unlike copy-from-other-stores, this also allows write access
      to such a store. One application might be fetching substitutes for
      /nix/store in a situation where the user doesn't have sufficient
      privileges to create /nix, e.g.:
      
        $ NIX_REMOTE="local?state=/home/alice/nix/var&real=/home/alice/nix/store" nix-build ...
      4494000e
  13. Apr 25, 2016
  14. Apr 11, 2016
    • Eelco Dolstra's avatar
      Remove manifest support · 86796726
      Eelco Dolstra authored
      Manifests have been superseded by binary caches for years. This also
      gets rid of nix-pull, nix-generate-patches and bsdiff/bspatch.
      86796726
  15. Feb 09, 2016
  16. Dec 15, 2014
  17. Sep 18, 2014
  18. Sep 16, 2014
  19. May 02, 2014
  20. Apr 09, 2014
  21. Apr 07, 2014
  22. Mar 12, 2014
  23. Feb 18, 2014
  24. Nov 25, 2013
  25. Nov 22, 2013
  26. Nov 14, 2013
  27. Oct 03, 2012
  28. Jul 26, 2012
  29. Jul 18, 2012
  30. Jun 29, 2012
  31. Mar 18, 2012
    • Eelco Dolstra's avatar
      Drop the externals directory · b006a31d
      Eelco Dolstra authored
      Nix now requires SQLite and bzip2 to be pre-installed.  SQLite is
      detected using pkg-config.  We required DBD::SQLite anyway, so
      depending on SQLite is not a big problem.
      
      The --with-bzip2, --with-openssl and --with-sqlite flags are gone.
      b006a31d
Loading