1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-25 03:39:36 +01:00

* 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

@ -219,8 +219,7 @@ string expandId(const FSId & id, const string & target,
debug(format("trying substitute %1%") % (string) subId);
Slice slice = normaliseFState(subId, pending);
realiseSlice(slice, pending);
realiseSlice(normaliseFState(subId, pending), pending);
return expandId(id, target, prefix, pending);
}