nixpkgs/lib
Alyssa Ross 91488fb6db
lib.systems: remove (accidental?) rust/rustc alias
I imagine this was supposed to be rustc = args.rustc, like the other
two lines.  This meant that we accepted both rust and rustc
attributes, with the same effect.  I doubt anybody was using the
undocumented, probably-accidental "rust" spelling, but we should
remove it before somebody starts.

In fact, we don't need to set rustc here at all, because no value
platforms.select could return will ever include a rustc key (unlike
the other two), so then rustc will be filled in later, when args is
merged into final.
2023-05-09 17:49:05 +00:00
..
path lib.path.subpath.join: init 2023-02-13 14:01:17 +01:00
systems lib.systems: remove (accidental?) rust/rustc alias 2023-05-09 17:49:05 +00:00
tests lib.modules: configurationClass -> class 2023-05-06 18:32:59 +02:00
ascii-table.nix strings: add escapeQuery for url encoding 2023-03-03 20:48:55 +01:00
asserts.nix
attrsets.nix lib: add missing removeAttrs builtin 2023-04-19 21:27:38 +02:00
cli.nix
customisation.nix lib/customisation: callPackageWith should abort with errors 2023-03-24 14:22:11 -07:00
debug.nix lib: remove deprecated functions 2023-03-08 03:57:38 +01:00
default.nix init: lib.foldlAttrs 2023-03-11 10:42:00 +01:00
deprecated.nix
derivations.nix
fetchers.nix
filesystem.nix
fixed-points.nix
flake.nix
generators.nix Merge pull request #223407 from AngryAnt/toplist-path 2023-05-05 21:15:23 +02:00
kernel.nix lib.kernel.unset: init 2023-05-01 10:23:42 +00:00
licenses.nix timescaledb: Fixed the licensing for the timescaledb package to be split into TSL (Timescale Community License) and Apache 2.0 components. 2023-03-24 11:12:12 +01:00
lists.nix Merge pull request #206611 from h7x4/lib-lists-add-repeat 2023-02-07 06:16:09 +01:00
meta.nix
minver.nix
modules.nix lib.modules: configurationClass -> class 2023-05-06 18:32:59 +02:00
options.nix lib/options: fix rendering of options with only a defaultText 2023-05-06 17:09:10 +02:00
source-types.nix
sources.nix
strings-with-deps.nix
strings.nix Merge pull request #221204 from tweag/deprecate-paths-to-strings 2023-04-04 18:35:06 +02:00
trivial.nix
types.nix lib/modules: Move class out of specialArgs 2023-05-06 18:32:58 +02:00
versions.nix
zip-int-bits.nix