aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorSantiago Cézar <48573316+santiagocezar@users.noreply.github.com>2022-11-27 16:28:42 -0300
committerGitHub <noreply@github.com>2022-11-27 16:28:42 -0300
commite6244c937a8c7cbed633b9ec065be5217b178a41 (patch)
treee482f81853a674e8da983fd291b4b22fb9f16d0e /flake.nix
parent3cbf8d4993b8c336feb65e6371b777ab0d7865ec (diff)
parentcc92e1b0b6293a5c198b34554e68440a82e6074c (diff)
downloadPrismLauncher-e6244c937a8c7cbed633b9ec065be5217b178a41.tar.gz
PrismLauncher-e6244c937a8c7cbed633b9ec065be5217b178a41.tar.bz2
PrismLauncher-e6244c937a8c7cbed633b9ec065be5217b178a41.zip
Merge branch 'develop' into new-icons
Signed-off-by: Santiago Cézar <48573316+santiagocezar@users.noreply.github.com>
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index d4a25338..b1e07c91 100644
--- a/flake.nix
+++ b/flake.nix
@@ -23,8 +23,8 @@
pkgs = forAllSystems (system: nixpkgs.legacyPackages.${system});
packagesFn = pkgs: rec {
- prismlauncher = pkgs.libsForQt5.callPackage ./nix { inherit version self libnbtplusplus tomlplusplus; };
- prismlauncher-qt6 = pkgs.qt6Packages.callPackage ./nix { inherit version self libnbtplusplus tomlplusplus; };
+ prismlauncher-qt5 = pkgs.libsForQt5.callPackage ./nix { inherit version self libnbtplusplus tomlplusplus; };
+ prismlauncher = pkgs.qt6Packages.callPackage ./nix { inherit version self libnbtplusplus tomlplusplus; };
};
in
{