depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
third_party
/
re2
/
default.nix
blob: 62bce9e2ee72dae65d9995ef2d4014d4460140dc (
plain
) (
tree
)
04f7cc388091
^
1
2
3
4
5
{ pkgs
, ...
}:
pkgs
.
re2
.
override {
stdenv
=
pkgs
.
fullLlvm11Stdenv;
}