chore:add qr code support for login

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2024-12-31 17:25:44 +02:00
parent 564f120c22
commit cb591ba52e
15 changed files with 138 additions and 21 deletions

View File

@ -15,6 +15,11 @@
url = "github:PrismLauncher/libnbtplusplus";
flake = false;
};
qt-qrcodegenerator = {
url = "github:nayuki/QR-Code-generator";
flake = false;
};
};
outputs =
@ -22,6 +27,7 @@
self,
nixpkgs,
libnbtplusplus,
qt-qrcodegenerator,
}:
let
@ -167,6 +173,7 @@
prismlauncher-unwrapped = prev.callPackage ./nix/unwrapped.nix {
inherit
libnbtplusplus
qt-qrcodegenerator
self
;
};