* Let `nix --install' print out the id of the normal form.

* Some minor refactoring.
This commit is contained in:
Eelco Dolstra 2003-07-29 09:45:03 +00:00
parent ce5fd1cc12
commit 5acb45446e
5 changed files with 35 additions and 34 deletions

View file

@ -13,8 +13,7 @@
void realise(FSId id)
{
Nest nest(lvlDebug, format("TEST: realising %1%") % (string) id);
Slice slice = normaliseFState(id);
realiseSlice(slice);
realiseSlice(normaliseFState(id));
}