Skip to content
Snippets Groups Projects
  1. Aug 11, 2016
  2. Jul 21, 2016
  3. 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
  4. Apr 25, 2016
  5. 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
  6. Feb 09, 2016
  7. Dec 15, 2014
  8. Sep 18, 2014
  9. Sep 16, 2014
  10. May 02, 2014
  11. Apr 09, 2014
  12. Apr 07, 2014
  13. Mar 12, 2014
  14. Feb 18, 2014
  15. Nov 25, 2013
  16. Nov 22, 2013
  17. Nov 14, 2013
  18. Oct 03, 2012
  19. Jul 26, 2012
  20. Jul 18, 2012
  21. Jun 29, 2012
  22. 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
  23. Feb 08, 2012
  24. Sep 19, 2011
  25. Feb 10, 2010
Loading