Skip to content
Snippets Groups Projects
  1. May 08, 2013
  2. May 07, 2013
  3. May 03, 2013
  4. Mar 25, 2013
  5. Mar 18, 2013
  6. Mar 15, 2013
  7. Mar 14, 2013
  8. Jan 02, 2013
  9. Dec 11, 2012
  10. Dec 06, 2012
  11. Dec 05, 2012
  12. Dec 04, 2012
  13. Sep 13, 2012
  14. Aug 27, 2012
  15. Jul 25, 2012
  16. Jul 18, 2012
  17. Jul 09, 2012
  18. May 31, 2012
  19. May 22, 2012
    • Eelco Dolstra's avatar
      Fix owner/group in tar invocation · 0301525e
      Eelco Dolstra authored
      0301525e
    • Eelco Dolstra's avatar
      Generate binary tarballs for installing Nix · 6814b1df
      Eelco Dolstra authored
      For several platforms we don't currently have "native" Nix packages
      (e.g. Mac OS X and FreeBSD).  This provides the next best thing: a
      tarball containing the closure of Nix, plus a simple script
      "nix-finish-install" that initialises the Nix database, registers the
      paths in the closure as valid, and runs "nix-env -i /path/to/nix" to
      initialise the user profile.
      
      The tarball must be unpacked in the root directory.  It creates
      /nix/store/... and /usr/bin/nix-finish-install.  Typical installation
      is as follows:
      
        $ cd /
        $ tar xvf /path/to/nix-1.1pre1234_abcdef-x86_64-linux.tar.bz2
        $ nix-finish-install
        (if necessary add ~/.nix-profile/etc/profile.d/nix.sh to the shell
        login scripts)
      
      After this, /usr/bin/nix-finish-install can be deleted, if desired.
      
      The downside to the binary tarball is that it's pretty big (~55 MiB
      for x86_64-linux).
      6814b1df
  20. May 12, 2012
  21. May 11, 2012
  22. May 04, 2012
  23. May 01, 2012
  24. Apr 13, 2012
  25. Mar 19, 2012
  26. 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