about summary refs log tree commit diff
path: root/tests/export-graph.nix
AgeCommit message (Collapse)AuthorFilesLines
2013-11-18 Support quoted attribute names in -AEelco Dolstra1-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.
2009-03-18 * Unify exportReferencesGraph and exportBuildReferencesGraph, and makeEelco Dolstra1-2/+3
sure that it works as expected when you pass it a derivation. That is, we have to make sure that all build-time dependencies are built, and that they are all in the input closure (otherwise remote builds might fail, for example). This is ensured at instantiation time by adding all derivations and their sources to inputDrvs and inputSrcs.
2009-03-17 * Regression test for exportBuildReferencesGraph. It currently fails.Eelco Dolstra1-4/+10
2009-03-17 * Refactoring: renamed *.nix.in to *.nix.Eelco Dolstra1-1/+0
2009-03-17 * Regression test for the `exportReferencesGraph'Eelco Dolstra1-0/+23
derivation attribute.