nixpkgs/lib
Silvan Mosberger d54bdf5504
lib/makeOverridable: Propagate function arguments to override functions
This allows querying the arguments you can .override:

  nix-repl> lib.functionArgs pkgs.hello.override
  { fetchurl = false; stdenv = false; }
2019-09-05 00:56:39 +02:00
..
systems Add RISC-V embedded crossSystems 2019-07-25 21:45:11 -07:00
tests lib/types: Add oneOf, extension of either to a list of types 2019-08-06 14:08:42 +02:00
asserts.nix
attrsets.nix
customisation.nix lib/makeOverridable: Propagate function arguments to override functions 2019-09-05 00:56:39 +02:00
debug.nix
default.nix and one more place 2019-08-05 14:14:40 +03:00
deprecated.nix
fetchers.nix
filesystem.nix
fixed-points.nix
generators.nix
kernel.nix
licenses.nix licenses: refer to libpng2 using spdx 2019-06-12 22:04:52 +00:00
lists.nix rename foreach -> forEach 2019-08-05 14:06:20 +03:00
meta.nix
minver.nix
modules.nix lib/modules: Use options apply function even if no values are defined 2019-08-10 00:56:56 +02:00
options.nix lib/options: fix path in comment 2019-08-26 02:01:49 +02:00
sources.nix lib: allow sourceByRegex to be composed after cleanSourceWith 2019-07-19 16:23:11 +02:00
strings-with-deps.nix
strings.nix
trivial.nix
types.nix Merge pull request #65728 from Infinisil/types-eithers 2019-08-13 11:48:42 -04:00
versions.nix
zip-int-bits.nix