lix/src
Rickard Nilsson c2d7456926 Fix a misplaced parenthese in serve protocol check
This issue made it impossible for clients using a serve protocol of
version <= 2.3 to use the `cmdBuildDerivation` command of servers using
a protocol of version >= 2.6. The faulty version check makes the server
send back build outputs that the client is not expecting.
2022-08-24 01:54:43 +02:00
..
build-remote Generalize DerivationType in preparation for impure derivations 2022-03-18 14:59:56 +00:00
libcmd nix repl: Stop the progress bar 2022-08-22 14:27:36 +02:00
libexpr JSON: print paths as strings without copying them to the store 2022-08-22 15:01:35 +02:00
libfetchers Don't pass --force to 'git add' 2022-08-17 16:59:02 +02:00
libmain ProgressBar: Delay before showing a new activity 2022-08-17 11:31:44 +02:00
libstore Merge pull request #6926 from rapenne-s/download_limit 2022-08-22 14:57:19 +02:00
libutil json: write null on abnormal placeholder destruction 2022-08-19 01:00:10 +02:00
nix Merge pull request #6944 from edolstra/bash-vars 2022-08-23 20:15:18 +02:00
nix-build nix-shell: specify which outputs from bashInteractive to build 2022-08-09 22:54:22 -04:00
nix-channel Fix segfault in headerCallback() 2022-03-03 11:11:16 +01:00
nix-collect-garbage Add missing rethrows in conditional exception handlers 2022-06-10 10:52:41 -07:00
nix-copy-closure
nix-env Revert to copyStore = true for nix-instantiate and nix-env 2022-08-23 14:40:27 +02:00
nix-instantiate Revert to copyStore = true for nix-instantiate and nix-env 2022-08-23 14:40:27 +02:00
nix-store Fix a misplaced parenthese in serve protocol check 2022-08-24 01:54:43 +02:00
resolve-system-dependencies Get rid of most .at calls (#6393) 2022-05-04 07:44:32 +02:00
toml11