summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-06-03 19:54:53 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-06-03 19:54:53 +0700
commit68b5b850d512676321de635dd6c272dad6d769db (patch)
tree31426cdbbdf48b45cc15801661792347632a8322 /doc
parentd2c9f816e3e8dd1bcb2069276206c19688b62baf (diff)
downloadnixpkgs-68b5b850d512676321de635dd6c272dad6d769db.tar
nixpkgs-68b5b850d512676321de635dd6c272dad6d769db.tar.gz
nixpkgs-68b5b850d512676321de635dd6c272dad6d769db.tar.bz2
nixpkgs-68b5b850d512676321de635dd6c272dad6d769db.tar.lz
nixpkgs-68b5b850d512676321de635dd6c272dad6d769db.tar.xz
nixpkgs-68b5b850d512676321de635dd6c272dad6d769db.tar.zst
nixpkgs-68b5b850d512676321de635dd6c272dad6d769db.zip
coding-conventions: remove reference to stdenv.lib
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing/coding-conventions.chapter.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/contributing/coding-conventions.chapter.md b/doc/contributing/coding-conventions.chapter.md
index 6516172adde..1eaa06a659d 100644
--- a/doc/contributing/coding-conventions.chapter.md
+++ b/doc/contributing/coding-conventions.chapter.md
@@ -183,9 +183,6 @@
 
 - Arguments should be listed in the order they are used, with the exception of `lib`, which always goes first.
 
-- The top-level `lib` must be used in the master and 21.05 branch over its alias `stdenv.lib` as it now causes evaluation errors when aliases are disabled which is the case for ofborg.
-  `lib` is unrelated to `stdenv`, and so `stdenv.lib` should only be used as a convenience alias when developing locally to avoid having to modify the function inputs just to test something out.
-
 ## Package naming {#sec-package-naming}
 
 The key words _must_, _must not_, _required_, _shall_, _shall not_, _should_, _should not_, _recommended_, _may_, and _optional_ in this section are to be interpreted as described in [RFC 2119](https://tools.ietf.org/html/rfc2119). Only _emphasized_ words are to be interpreted in this way.