mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
Merge pull request #5111 from Pamplemousse/clean
Minor maintenance cleaning
This commit is contained in:
commit
8943e3176d
3 changed files with 0 additions and 16 deletions
|
@ -3645,9 +3645,7 @@ void EvalState::createBaseEnv()
|
|||
if (!evalSettings.pureEval) {
|
||||
mkInt(v, time(0));
|
||||
addConstant("__currentTime", v);
|
||||
}
|
||||
|
||||
if (!evalSettings.pureEval) {
|
||||
mkString(v, settings.thisSystem.get());
|
||||
addConstant("__currentSystem", v);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue