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-03-10 | * Oops. | Eelco Dolstra | |
2006-03-10 | * `nix-env -q' now accepts arguments that allow specific derivations | Eelco Dolstra | |
to be queried, e.g., `nix-env -qa firefox'. This does require the argument '*' to be passed if one wants information about all derivations, so the old `nix-env -qa' now is `nix-env -qa "*"'. | |||
2006-03-01 | * Simplification. | Eelco Dolstra | |
2006-03-01 | * Make it easy to run individual tests from the command line. | Eelco Dolstra | |
2006-02-17 | * Fix for NIX-31: "nix-env -i foo" installing all derivations named | Eelco Dolstra | |
foo. Now it will only install the one with the highest version number. | |||
2006-02-17 | * And another test. | Eelco Dolstra | |
2006-02-17 | * Regression test for NIX-31. | Eelco Dolstra | |
2006-02-08 | * Tests for nix-env, finally! | Eelco Dolstra | |