lix/src
Michal Sojka a0c4d58549 Remove RegisterPrimOp constructor without support for documentation
The remaining constructor RegisterPrimOp::RegisterPrimOp(Info && info)
allows specifying the documentation in .args and .doc members of the
Info structure.

Commit 8ec1ba0210 removed all uses of the removed constructor in the
nix binary. Here, we remove the constructor completely as well as its
use in a plugin test. According to #8515, we didn't promis to maintain
compatibility with external plugins.

Fixes #8515
2023-06-14 22:37:52 +02:00
..
build-remote Split comment, match with each variable 2023-05-08 10:08:01 -04:00
libcmd test: add test for non-defaulting for stding installable input 2023-06-12 08:40:17 -04:00
libexpr Remove RegisterPrimOp constructor without support for documentation 2023-06-14 22:37:52 +02:00
libfetchers Fix SourcePath::resolveSymlinks() 2023-06-06 11:24:10 +02:00
libmain nix: Support the --repair flag 2023-04-28 17:03:04 +02:00
libstore Merge pull request #4282 from tweag/fix-ca-hash-rewriting 2023-06-14 18:25:00 +02:00
libutil Remove dead code (#8504) 2023-06-14 14:09:11 -04:00
nix Add missing <sys/select.h> include 2023-06-05 20:18:24 -07:00
nix-build nix: Support the --repair flag 2023-04-28 17:03:04 +02:00
nix-channel Add nix-channel --list-generations 2023-06-02 10:12:35 +02:00
nix-collect-garbage Make nix-collect-garbage -d look into more places 2023-05-15 11:36:53 +02:00
nix-copy-closure
nix-env nix: Support the --repair flag 2023-04-28 17:03:04 +02:00
nix-instantiate nix: Support the --repair flag 2023-04-28 17:03:04 +02:00
nix-store Revert "Revert "Use template structs instead of phantoms"" 2023-05-17 22:44:47 -04:00
resolve-system-dependencies
toml11