dendrite: unpin go version
This commit is contained in:
parent
4f04f53120
commit
d08254b9dd
1 changed files with 1 additions and 4 deletions
|
@ -22241,10 +22241,7 @@ with pkgs;
|
|||
|
||||
dcnnt = python3Packages.callPackage ../servers/dcnnt { };
|
||||
|
||||
dendrite = callPackage ../servers/dendrite {
|
||||
# pinned due to build failure or vendoring problems. When unpinning double check with: nix-build -A $name.go-modules --rebuild
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
dendrite = callPackage ../servers/dendrite { };
|
||||
|
||||
dex-oidc = callPackage ../servers/dex { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue