diff options
author | Robert Hensing <robert@roberthensing.nl> | 2020-09-17 20:19:15 +0200 |
---|---|---|
committer | Robert Hensing <robert@roberthensing.nl> | 2020-09-21 07:55:45 +0200 |
commit | c602ebfb34de3626fa0b9110face6ea4b171ac0f (patch) | |
tree | 91b51479197b901a45c41ac5b2e7ccc3e5ec2101 /src/libstore/worker-protocol.hh | |
parent | e34fe47d0ce19fc7657970fb0e610bffbc3e43f0 (diff) |
Refactor wopAddToStore to make wopAddTextToStore obsolete
Diffstat (limited to 'src/libstore/worker-protocol.hh')
-rw-r--r-- | src/libstore/worker-protocol.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/worker-protocol.hh b/src/libstore/worker-protocol.hh index 21e05d91c..b100d1550 100644 --- a/src/libstore/worker-protocol.hh +++ b/src/libstore/worker-protocol.hh @@ -18,7 +18,7 @@ typedef enum { wopQueryReferences = 5, // obsolete wopQueryReferrers = 6, wopAddToStore = 7, - wopAddTextToStore = 8, + wopAddTextToStore = 8, // obsolete since 1.25, Nix 3.0. Use wopAddToStore wopBuildPaths = 9, wopEnsurePath = 10, wopAddTempRoot = 11, |