From 5bc41d78ffcd2952eaddb20ef129f48e94d60cb0 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 24 Oct 2013 16:41:04 +0200 Subject: Rename "attribute sets" to "sets" We don't have any other kind of sets so calling them attribute sets is unnecessarily verbose. --- src/nix-env/nix-env.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/nix-env/nix-env.cc') diff --git a/src/nix-env/nix-env.cc b/src/nix-env/nix-env.cc index f0789a8c0..c30c88092 100644 --- a/src/nix-env/nix-env.cc +++ b/src/nix-env/nix-env.cc @@ -159,11 +159,11 @@ static void loadSourceExpr(EvalState & state, const Path & path, Value & v) } /* The path is a directory. Put the Nix expressions in the - directory in an attribute set, with the file name of each - expression as the attribute name. Recurse into subdirectories - (but keep the attribute set flat, not nested, to make it easier - for a user to have a ~/.nix-defexpr directory that includes - some system-wide directory). */ + directory in a set, with the file name of each expression as + the attribute name. Recurse into subdirectories (but keep the + set flat, not nested, to make it easier for a user to have a + ~/.nix-defexpr directory that includes some system-wide + directory). */ if (S_ISDIR(st.st_mode)) { state.mkAttrs(v, 16); state.mkList(*state.allocAttr(v, state.symbols.create("_combineChannels")), 0); -- cgit v1.2.3