feat: move qr code glue in MSALoginDialog

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2025-04-20 22:17:41 +03:00
parent f086233186
commit 476054ba19
14 changed files with 55 additions and 85 deletions

View File

@ -16,7 +16,7 @@
flake = false;
};
qt-qrcodegenerator = {
qrcodegenerator = {
url = "github:nayuki/QR-Code-generator";
flake = false;
};
@ -27,7 +27,7 @@
self,
nixpkgs,
libnbtplusplus,
qt-qrcodegenerator,
qrcodegenerator,
}:
let
@ -175,7 +175,7 @@
prismlauncher-unwrapped = prev.callPackage ./nix/unwrapped.nix {
inherit
libnbtplusplus
qt-qrcodegenerator
qrcodegenerator
self
;
};