1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
nix/src
Yueh-Shun Li e9ddf0b400 Simplify parseHashTypeOpt
Remove redundant "else" after "return".

Use std::nullopt to increase readability.
2023-10-19 00:38:32 +08:00
..
build-remote Allow dynamic derivation deps in inputDrvs 2023-09-07 10:39:37 -04:00
libcmd Add API docs to some args-related functionality 2023-10-16 11:25:15 -04:00
libexpr Merge pull request #9151 from edolstra/stabilize-fetchTree 2023-10-18 10:54:08 +02:00
libfetchers Mark some fetchers as experimental 2023-10-17 14:57:29 +02:00
libmain Rename an identifier of ours called stdout 2023-09-20 09:04:42 -04:00
libstore Drop some moves that would happen anyway but forbid NRVO where appicable 2023-10-16 21:48:35 +01:00
libutil Simplify parseHashTypeOpt 2023-10-19 00:38:32 +08:00
nix Merge pull request #9150 from vicky1999/fix/8914 2023-10-17 22:52:28 -04:00
nix-build printStats -> maybePrintStats 2023-10-09 16:34:35 +02:00
nix-channel Factor out nix-defexpr path computation 2023-08-02 12:54:48 -04:00
nix-collect-garbage Clean up a few things related to profiles (#8526) 2023-06-19 04:04:59 +00:00
nix-copy-closure Remove FormatOrString and remaining uses of format() 2023-03-02 15:57:54 +01:00
nix-env printStats -> maybePrintStats 2023-10-09 16:34:35 +02:00
nix-instantiate printStats -> maybePrintStats 2023-10-09 16:34:35 +02:00
nix-store Introduce separate Serve protocol serialisers 2023-10-10 11:52:45 -04:00
resolve-system-dependencies Remove FormatOrString and remaining uses of format() 2023-03-02 15:57:54 +01:00
toml11