mirror of
https://github.com/NixOS/nix.git
synced 2025-11-13 22:12:43 +01:00
Rename 'pure' -> 'sandboxed' for consistency
This commit is contained in:
parent
e279fbb16a
commit
6051cc954b
2 changed files with 4 additions and 4 deletions
|
|
@ -102,7 +102,7 @@ struct DerivationType_InputAddressed {
|
|||
};
|
||||
|
||||
struct DerivationType_ContentAddressed {
|
||||
bool pure;
|
||||
bool sandboxed;
|
||||
bool fixed;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue