Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-10 | * `nix-env -qa --description' shows human-readable descriptions of | Eelco Dolstra | |
packages (provided that they have a `meta.description' attribute). E.g., $ ./src/nix-env/nix-env -qa --description gcc gcc-4.0.2 GNU Compiler Collection, 4.0.x (cross-compiler for sparc-linux) gcc-4.0.2 GNU Compiler Collection, 4.0.x (cross-compiler for mips-linux) gcc-4.0.2 GNU Compiler Collection, 4.0.x (cross-compiler for arm-linux) gcc-4.0.2 GNU Compiler Collection, 4.0.x | |||
2006-02-10 | * In nix-instantiate, allow us to specify a "path" to the | Eelco Dolstra | |
derivation(s) we're interested, e.g., $ nix-instantiate ./all-packages.nix --attr xlibs.libX11 List elements can also be selected: $ nix-instantiate ./build-for-release.nix --attr 0.subversion This allows a non-ambiguous specification of a derivation. Of course, this should also be added to nix-env and nix-build. | |||
2006-02-08 | * Refactoring: move derivation evaluation to libexpr. | Eelco Dolstra | |