Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-26 | Revert "Get rid of unicode quotes (#1140)" | Eelco Dolstra | 1 | -1/+1 | |
This reverts commit f78126bfd6b6c8477fcdbc09b2f98772dbe9a1e7. There really is no need for such a massive change... | |||||
2016-11-25 | Get rid of unicode quotes (#1140) | Guillaume Maudoux | 1 | -1/+1 | |
2016-08-10 | Remove $NIX_DB_DIR | Eelco Dolstra | 1 | -1/+4 | |
This variable has no reason to exist, given $NIX_STATE_DIR. | |||||
2016-05-30 | Test the NAR info cache | Eelco Dolstra | 1 | -2/+1 | |
2015-05-20 | Mis-read Eelko's request to not make this an option: now, let's not make | Christian Theune | 1 | -12/+3 | |
it an option. :) | |||||
2015-05-19 | Implement alternative to lazy generations: | Christian Theune | 1 | -4/+14 | |
* only the last generation can be lazy * depend on the '--lazy-generation' flag to be set | |||||
2015-05-18 | Enable lazy/sparse allocation of generation symlinks: avoid creating | Christian Theune | 1 | -0/+9 | |
new generations if a generation already exists. Alternatively or additionally I propose a mode where only the *last* generation will be sparse. | |||||
2014-08-21 | Fix tests | Eelco Dolstra | 1 | -6/+4 | |
So all these years I was totally deluded about the meaning of "set -e". You might think that it causes statements like "false && true" or "! true" to fail, but it doesn't... | |||||
2014-02-26 | Test nix-env --switch-generation | Eelco Dolstra | 1 | -0/+6 | |
2014-02-26 | Test nix-env --set | Eelco Dolstra | 1 | -0/+6 | |
2014-02-26 | Test the -b and -s flags of nix-store -q | Eelco Dolstra | 1 | -0/+12 | |
2014-02-26 | Test ~/.nix-defexpr | Eelco Dolstra | 1 | -14/+17 | |
2014-02-26 | Test nix-store --switch-profile and more daemon actions | Eelco Dolstra | 1 | -51/+61 | |
2012-12-04 | Test priorities | Eelco Dolstra | 1 | -3/+12 | |
2012-12-04 | Add a test for ‘nix-env --set-flag active ...’ | Eelco Dolstra | 1 | -1/+9 | |
2012-01-03 | * Refactoring: Get rid of a few subdirectories in corepkgs/, and some | Eelco Dolstra | 1 | -1/+1 | |
other simplifications. * Use <nix/...> to locate the corepkgs. This allows them to be overriden through $NIX_PATH. * Use bash's pipefail option in the NAR builder so that we don't need to create a temporary file. | |||||
2011-12-01 | * Allow '<nixexpr>' syntax to be used in nix-instantiate, nix-build | Eelco Dolstra | 1 | -1/+1 | |
and nix-env, e.g., $ nix-env -f '<nixpkgs>' -i patchelf or $ nix-build '<nixos/tests>' -A login.test | |||||
2011-10-10 | * Refactoring: remove unnecessary variables from the tests. | Eelco Dolstra | 1 | -46/+46 | |
2008-06-15 | * Test instrumentation. | Eelco Dolstra | 1 | -0/+1 | |
2007-11-29 | * nix-env -e: support uninstalling by path, so that one can say | Eelco Dolstra | 1 | -0/+11 | |
$ nix-env -e $(which firefox) or $ nix-env -e /nix/store/nywzlygrkfcgz7dfmhm5xixlx1l0m60v-pan-0.132 * nix-env -i: if an argument contains a slash anywhere, treat it as a path and follow it through symlinks into the Nix store. This allows things like $ nix-build -A firefox $ nix-env -i ./result * nix-env -q/-i/-e: don't complain when the `*' selector doesn't match anything. In particular, `nix-env -q \*' doesn't fail anymore on an empty profile. | |||||
2006-09-21 | * `nix-install-package --url': install from a URL (NIX-12). | Eelco Dolstra | 1 | -2/+1 | |
* `nix-install-package --help' (NIX-9). * `nix-install-package --non-interactive': don't prompt or pause. * Tests for nix-install-package. * Security fixes: filter the values obtained from the nixpkg. | |||||
2006-03-10 | * `nix-env -qa --description' shows human-readable descriptions of | Eelco Dolstra | 1 | -0/+4 | |
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 | 1 | -1/+1 | |
2006-03-10 | * `nix-env -q' now accepts arguments that allow specific derivations | Eelco Dolstra | 1 | -22/+22 | |
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 | 1 | -1/+0 | |
2006-03-01 | * Make it easy to run individual tests from the command line. | Eelco Dolstra | 1 | -0/+2 | |
2006-02-17 | * Fix for NIX-31: "nix-env -i foo" installing all derivations named | Eelco Dolstra | 1 | -2/+2 | |
foo. Now it will only install the one with the highest version number. | |||||
2006-02-17 | * And another test. | Eelco Dolstra | 1 | -0/+5 | |
2006-02-17 | * Regression test for NIX-31. | Eelco Dolstra | 1 | -0/+16 | |
2006-02-08 | * Tests for nix-env, finally! | Eelco Dolstra | 1 | -0/+77 | |