1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-18 00:12:43 +01:00

* "Fix expression" -> "Nix expression".

* More refactoring.
This commit is contained in:
Eelco Dolstra 2003-11-18 12:06:07 +00:00
parent b1117ef29d
commit dfc9c64ead
14 changed files with 27 additions and 32 deletions

View file

@ -5,7 +5,7 @@
#include "aterm.hh"
#include "hash.hh"
#include "fixexpr.hh"
#include "nixexpr.hh"
typedef map<Path, PathSet> DrvPaths;