1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-26 04:00:59 +01:00

before adjusting derivers table

This commit is contained in:
Wouter den Breejen 2007-06-12 12:48:35 +00:00
parent 95ce7e04b7
commit fe04276aef
5 changed files with 12 additions and 12 deletions

View file

@ -1114,7 +1114,7 @@ string getCallingUserName()
int pos = username.find("\n",0);
username.erase(pos,1);
//return "root3";
//return "root6";
return username;
}