1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-07 01:21:00 +01:00
nix/src
Silvan Mosberger ea454d8687 Undeprecate isNull
There's no good reason to deprecate it:
- For consistency reasons it should continue to exist, such that all
primitive types have a corresponding `builtins.is*` primop.
- There's no implementation cost to continuing to have this function
- It costs users time to try to migrate away from it, e.g.
  https://github.com/NixOS/nixpkgs/pull/219747 and https://github.com/NixOS/nixpkgs/pull/275548
- Using it can give easier-to-read code like `all isNull list`

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
2023-12-20 17:55:19 +01:00
..
build-remote Allow dynamic derivation deps in inputDrvs 2023-09-07 10:39:37 -04:00
libcmd Organize content addressing, use SourceAccessor with Store::addToStore 2023-12-18 10:41:54 -05:00
libexpr Undeprecate isNull 2023-12-20 17:55:19 +01:00
libfetchers Organize content addressing, use SourceAccessor with Store::addToStore 2023-12-18 10:41:54 -05:00
libmain Use buildprefix in a few more places 2023-11-29 19:49:07 -05:00
libstore Merge pull request #9325 from NixOS/accessor-add-to-store 2023-12-19 15:10:31 +01:00
libutil Organize content addressing, use SourceAccessor with Store::addToStore 2023-12-18 10:41:54 -05:00
nix Remove now-redundant text-hashing store methods 2023-12-18 10:44:10 -05:00
nix-build Fix building CA derivations with and eval store 2023-12-11 12:17:36 -05:00
nix-channel Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
nix-collect-garbage Split up util.{hh,cc} 2023-11-05 12:20:02 -05:00
nix-copy-closure Restrict some code to StoreDirConfig 2023-11-04 19:05:36 -04:00
nix-env Remove now-redundant text-hashing store methods 2023-12-18 10:44:10 -05:00
nix-instantiate Move restricted/pure-eval access control out of the evaluator and into the accessor 2023-11-30 16:16:17 +01:00
nix-store Organize content addressing, use SourceAccessor with Store::addToStore 2023-12-18 10:41:54 -05:00
resolve-system-dependencies Remove FormatOrString and remaining uses of format() 2023-03-02 15:57:54 +01:00
toml11 Replace cpptoml with toml11 2021-12-17 22:03:33 +01:00