Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-04-06 | * Switched from wget to curl. | Eelco Dolstra | 1 | -3/+3 | |
* Made the dependencies on bzip2 and the shell explicit. | |||||
2004-03-15 | * Make perl a dependency of Nix. | Eelco Dolstra | 1 | -1/+1 | |
2004-01-14 | * Improved `nix-push': it now uses HTTP PUT (instead of rsync) to copy | Eelco Dolstra | 1 | -8/+8 | |
files. Target location is no longer hard-coded; it accepts a number of URLs on the command line. * `nix-install-package': compatibility fixes. | |||||
2003-11-24 | * One-click installation :-) | Eelco Dolstra | 1 | -0/+37 | |
The script nix-install-package takes a `Nix package file' (which contains one or more derivations, along with URLs of Nix caches), unpacks it, pulls the caches, and installs the derivations in the user's environment. For best results, associate the command `xterm -e /nix/bin/nix-install-package' with the MIME type `application/x-nix-package' and visit http://losser.st-lab.cs.uu.nl/~eelco/test/. |