nixpkgs/lib
Maximilian Bosch 9274ea3903
treewide: rename version attributes
As suggested in https://github.com/NixOS/nixpkgs/pull/39416#discussion_r183845745
the versioning attributes in `lib` should be consistent to
`nixos/version` which implicates the following changes:

* `lib.trivial.version` -> `lib.trivial.release`
* `lib.trivial.suffix` -> `lib.trivial.versionSuffix`
* `lib.nixpkgsVersion` -> `lib.version`

As `lib.nixpkgsVersion` is referenced several times in `NixOS/nixpkgs`,
`NixOS/nix` and probably several user's setups. As the rename will cause
a notable impact it's better to keep `lib.nixpkgsVersion` as alias with
a warning yielded by `builtins.trace`.
2018-04-28 14:23:53 +02:00
..
systems treewide: isArm -> isAarch32 2018-04-25 15:28:55 -04:00
tests lib/generators: print paths without quotes & move function down 2018-04-25 15:31:17 +02:00
attrsets.nix Convert libs to a fixed-point 2017-09-16 21:36:43 -04:00
composable-derivation.nix lib: trivial spelling fixes 2017-04-19 19:37:55 -05:00
customisation.nix lib.addPassthru: removed as scheduled 2018-03-03 17:57:38 +01:00
debug.nix lib/debug: add replacement instructions & release notes 2018-04-27 18:59:39 +02:00
default.nix treewide: rename version attributes 2018-04-28 14:23:53 +02:00
deprecated.nix Add setFunctionArgs lib function. 2018-01-31 14:02:19 -05:00
fetchers.nix Convert libs to a fixed-point 2017-09-16 21:36:43 -04:00
filesystem.nix Convert libs to a fixed-point 2017-09-16 21:36:43 -04:00
fixed-points.nix Revert "Merge branch 'improved-make-overridable' of git://github.com/ElvishJerricco/nixpkgs" 2017-09-29 09:11:26 -04:00
generators.nix lib/generators: print paths without quotes & move function down 2018-04-25 15:31:17 +02:00
licenses.nix treewide: use more HTTPS URLs 2018-03-24 22:04:25 -07:00
lists.nix lib: add naturalSort (move the example IPs to private space) 2018-04-08 13:54:39 +00:00
meta.nix kexectools: Disable only on RISC-V if Linux. 2018-03-27 08:15:07 -04:00
minver.nix Nix minimal version: 1.10 -> 1.11 2017-08-22 13:28:55 +03:00
modules.nix lib/debug: deprecate addErrorContextToAttrs 2018-04-27 18:59:39 +02:00
options.nix lib: export option location in optionAttrSetToDocList 2018-02-11 22:04:09 +00:00
sources.nix callCabal2nix: Fix calling with a path in the store. 2018-01-11 10:17:56 -05:00
strings-with-deps.nix Convert libs to a fixed-point 2017-09-16 21:36:43 -04:00
strings.nix lib.isStorePath: Fix derivation detection 2018-03-09 17:21:31 -05:00
trivial.nix treewide: rename version attributes 2018-04-28 14:23:53 +02:00
types.nix lib/types: add types.nonEmptyListOf 2018-02-08 10:01:49 +01:00
versions.nix lib: add versions library 2018-03-04 06:28:34 -08:00