nixpkgs/lib
Alyssa Ross 12e08bd339 lib.kernel.unset: init
Previously, there was no way to unset an option when overriding a
kernel, apart from writing out the attrset yourself.  Now it's
possible with lib.mkForce lib.kernel.unset.  It's important to be able
to do this, because setting an option in the override may cause other
options to become unused, which would fail the config build unless
they were overridden too.
2023-05-01 10:23:42 +00:00
..
path lib.path.subpath.join: init 2023-02-13 14:01:17 +01:00
systems Merge pull request #227560 from jackyliu16/loongnix-commit 2023-04-28 13:21:42 +03:00
tests Merge pull request #227560 from jackyliu16/loongnix-commit 2023-04-28 13:21:42 +03: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 lib.generators.toLua: allow disabling multiline 2023-04-23 19:46:14 +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
meta.nix
minver.nix
modules.nix lib/modules: better error for invalid option declarations 2023-03-22 12:37:28 +01:00
options.nix lib/options: fix mkPackageOption docs 2023-03-05 01:21:46 +01: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
versions.nix
zip-int-bits.nix