mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-09 04:17:56 -04:00
nix
This commit is contained in:
parent
6da4aa4ec1
commit
ef5b5f5306
1 changed files with 7 additions and 0 deletions
|
|
@ -23,6 +23,13 @@
|
||||||
overlay = final: prev:
|
overlay = final: prev:
|
||||||
{
|
{
|
||||||
# You can add overrides here
|
# You can add overrides here
|
||||||
|
pbrt = prev.pbrt.overrideAttrs (oldAttrs: {
|
||||||
|
src = pkgs.fetchgit {
|
||||||
|
url = "https://github.com/mransan/ocaml-protoc.git";
|
||||||
|
rev = "ad297983ff7f253f309ed77f38c2a93d0d01bfdf";
|
||||||
|
sha256 = "sha256-FY4WEBIOwiZGawB9wBbmUFynNkOvdumc2oUV2Aj3mOk=";
|
||||||
|
};
|
||||||
|
});
|
||||||
};
|
};
|
||||||
scope' = scope.overrideScope overlay;
|
scope' = scope.overrideScope overlay;
|
||||||
# Packages from devPackagesQuery
|
# Packages from devPackagesQuery
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue