lix/src
Théophane Hufschmitt 43a2c13672 Make nix::eval_cache::int_t more idiomatic
Don’t explicitely give it a constructor, but use aggregate
initialization instead (also prevents having an implicit coertion, which
is probably good here)
2022-05-16 16:36:21 +02:00
..
build-remote
libcmd resolve redundant priority passing, wrap NixInt in eval-cache variant 2022-05-16 15:17:35 +02:00
libexpr Make nix::eval_cache::int_t more idiomatic 2022-05-16 16:36:21 +02:00
libfetchers fix GitHub URL template 2022-05-12 00:56:39 +02:00
libmain
libstore change priority conflict message 2022-05-16 16:16:06 +02:00
libutil Fix the parsing of the sourcehut refs file 2022-05-04 14:38:59 +02:00
nix resolve redundant priority passing, wrap NixInt in eval-cache variant 2022-05-16 15:17:35 +02:00
nix-build Stop the logger properly in legacy commands 2022-05-11 12:58:45 +02:00
nix-channel
nix-collect-garbage
nix-copy-closure
nix-env Stop the logger properly in legacy commands 2022-05-11 12:58:45 +02:00
nix-instantiate
nix-store Stop the logger properly in legacy commands 2022-05-11 12:58:45 +02:00
resolve-system-dependencies Get rid of most .at calls (#6393) 2022-05-04 07:44:32 +02:00
toml11