drasl: init - minecraft auth server (unmojang)
This commit is contained in:
parent
9a87a9e132
commit
4436f3918b
10 changed files with 191 additions and 0 deletions
|
@ -20,4 +20,14 @@ in sources // {
|
|||
# })
|
||||
];
|
||||
};
|
||||
|
||||
drasl = pkgs.applyPatches {
|
||||
src = sources.drasl;
|
||||
name = "drasl-patched";
|
||||
patches = [
|
||||
./../patches/drasl-flakes-nix-add-option-package.patch
|
||||
./../patches/drasl-registration-oidc-env.patch
|
||||
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue