diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-03-31 16:12:25 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-03-31 16:12:25 +0200 |
commit | 6051cc954b990fa57a6d3b75bd4b0aaaceb0ca82 (patch) | |
tree | 5c82b7a07b29c8ecf056de697deaa4373a20be63 /src/libstore/derivations.hh | |
parent | e279fbb16a99896101006ec00277a5d9d50f5040 (diff) |
Rename 'pure' -> 'sandboxed' for consistency
Diffstat (limited to 'src/libstore/derivations.hh')
-rw-r--r-- | src/libstore/derivations.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/derivations.hh b/src/libstore/derivations.hh index 489948c30..af198a767 100644 --- a/src/libstore/derivations.hh +++ b/src/libstore/derivations.hh @@ -102,7 +102,7 @@ struct DerivationType_InputAddressed { }; struct DerivationType_ContentAddressed { - bool pure; + bool sandboxed; bool fixed; }; |