* Automatically upgrade <= 0.7 Nix stores to the new schema (so that
existing user environments continue to work). * `nix-store --verify': detect incomplete closures.
This commit is contained in:
parent
c547439843
commit
582e01c06f
8 changed files with 154 additions and 23 deletions
|
|
@ -15,4 +15,4 @@ AM_CXXFLAGS = -Wall \
|
|||
derivations-ast.cc derivations-ast.hh: ../aterm-helper.pl derivations-ast.def
|
||||
$(perl) ../aterm-helper.pl derivations-ast.hh derivations-ast.cc < derivations-ast.def
|
||||
|
||||
derivations.cc: derivations-ast.hh
|
||||
derivations.cc store.cc: derivations-ast.hh
|
||||
Loading…
Add table
Add a link
Reference in a new issue