blob: 99205cb9e0285fb715fdbd97f7afa7599463bcd5 (
plain) (
tree)
|
|
let
path = builtins.unsafeDiscardStringContext "${../empty-file}";
storePath = builtins.storePath path;
context = builtins.getContext storePath;
in
{
hasContext = builtins.hasContext storePath;
contextMatches = context == { "${path}" = { path = true; }; };
}
|