diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-03-17T17·11+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-03-17T17·11+0000 |
commit | 51e7e32c3bf7c2fb5045b0655c2edc1fbf347455 (patch) | |
tree | 21337c26d0106fa92b5f82854f623640b24dc34e /tests/export-graph.nix | |
parent | 2d5114452d8a8f73c858f9beb6bfaafe35e7bf9a (diff) |
* Refactoring: renamed *.nix.in to *.nix.
Diffstat (limited to 'tests/export-graph.nix')
-rw-r--r-- | tests/export-graph.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/export-graph.nix b/tests/export-graph.nix index 3e30d2dcea7a..b7afa2a85b9b 100644 --- a/tests/export-graph.nix +++ b/tests/export-graph.nix @@ -4,7 +4,6 @@ rec { buildGraphBuilder = builtins.toFile "build-graph-builder" '' - #cat refs while read path; do read drv read nrRefs |