chore: remove prebuild
This commit is contained in:
parent
6d49ab3955
commit
1ff9b682c6
1 changed files with 0 additions and 8 deletions
|
@ -96,14 +96,6 @@
|
|||
XDG_CACHE_HOME = typstPackagesCache;
|
||||
|
||||
SOURCE_DATE_EPOCH = builtins.toString self.lastModified;
|
||||
|
||||
preBuild =
|
||||
if (self ? rev) then
|
||||
''
|
||||
echo ${self.rev} >> .rev
|
||||
''
|
||||
else
|
||||
"";
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue