Skip to content
Snippets Groups Projects
  1. Jan 30, 2004
  2. Jan 29, 2004
  3. Jan 22, 2004
  4. Jan 21, 2004
  5. Jan 20, 2004
  6. Jan 19, 2004
  7. Jan 16, 2004
  8. Jan 15, 2004
  9. Jan 14, 2004
  10. Jan 13, 2004
  11. Jan 12, 2004
  12. Jan 09, 2004
  13. Jan 08, 2004
  14. Jan 07, 2004
    • Eelco Dolstra's avatar
      * Upgraded to Berkeley DB 4.2.52. The main advantage of 4.2 is that · 79593543
      Eelco Dolstra authored
        it automatically removes log files when they are no longer needed.
      
        *** IMPORTANT ***
      
        If you have an existing Nix installation, you must checkpoint the
        Nix database to prevent recent transactions from being undone.  Do
        the following:
      
        - optional: make a backup of $prefix/var/nix/db.
      
        - run `db_checkpoint' from Berkeley DB 4.1:
        
          $ db_checkpoint -h $prefix/var/nix/db -1
      
        - optional (?): run `db_recover' from Berkeley DB 4.1:
      
          $ db_recover -h $prefix/var/nix/db
      
        - remove $prefix/var/nix/db/log* and $prefix/var/nix/db/__db*
          
      79593543
    • Eelco Dolstra's avatar
      * Include images/ in distribution. · abe8c8c2
      Eelco Dolstra authored
      abe8c8c2
  15. Jan 06, 2004
  16. Jan 05, 2004
    • Eelco Dolstra's avatar
      * Implemented Eelco V.'s `nix-env -I' command to specify the default · 4a373a3e
      Eelco Dolstra authored
        path of the Nix expression to be used with the import, upgrade, and
        query commands.  For instance,
      
        $ nix-env -I ~/nixpkgs/pkgs/system/i686-linux.nix
      
        $ nix-env --query --available   [aka -qa]
        sylpheed-0.9.7
        bison-1.875
        pango-1.2.5
        subversion-0.35.1
        ...
      
        $ nix-env -i sylpheed
      
        $ nix-env -u subversion
      
        There can be only one default at a time.
      
      * If the path to a Nix expression is a symlink, follow the symlink
        prior to resolving relative path references in the expression.
      4a373a3e
    • Eelco Dolstra's avatar
      * Implemented Eelco V.'s `-p' command to switch profiles. It switches · f83c5e3e
      Eelco Dolstra authored
        the symlink ~/.nix-userenv to the given argument (which defaults to
        .../links/current).  /etc/profile.d/nix-profile creates this symlink
        if it doesn't exist yet.  Example use:
      
        $ nix-env -l my_profile -i foo.nix subversion quake
        $ nix-env -p my_profile
      
        I don't like the term "profile".  Let's deprecate it :-)
      f83c5e3e
  17. Jan 02, 2004
Loading