diff options
Diffstat (limited to 'third_party/nix/src/nix/installables.cc')
-rw-r--r-- | third_party/nix/src/nix/installables.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/nix/src/nix/installables.cc b/third_party/nix/src/nix/installables.cc index 59dfc1b1ac85..38a3f0c8ecf6 100644 --- a/third_party/nix/src/nix/installables.cc +++ b/third_party/nix/src/nix/installables.cc @@ -33,7 +33,6 @@ Value* SourceExprCommand::getSourceExpr(EvalState& state) { if (!file.empty()) { state.evalFile(lookupFileArg(state, file), *vSourceExpr); - } else { /* Construct the installation source from $NIX_PATH. */ @@ -73,8 +72,6 @@ Value* SourceExprCommand::getSourceExpr(EvalState& state) { addEntry(i.first); } } - - vSourceExpr->attrs->sort(); } return vSourceExpr; |