Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-11-18 | Support quoted attribute names in -A | Eelco Dolstra | 1 | -2/+2 | |
This is requires if you have attribute names with dots in them. So you can now say: $ nix-instantiate '<nixos>' -A 'config.systemd.units."postgresql.service".text' --eval-only Fixes #151. | |||||
2012-09-11 | Don't put results symlinks in the tests directory | Eelco Dolstra | 1 | -4/+4 | |
2011-10-10 | * Refactoring: remove unnecessary variables from the tests. | Eelco Dolstra | 1 | -5/+5 | |
2009-03-18 | * Improve the test. | Eelco Dolstra | 1 | -2/+6 | |
2009-03-17 | * Regression test for exportBuildReferencesGraph. It currently fails. | Eelco Dolstra | 1 | -2/+19 | |
2009-03-17 | * Regression test for the `exportReferencesGraph' | Eelco Dolstra | 1 | -0/+9 | |
derivation attribute. |