diff options
author | Santiago Cézar <48573316+santiagocezar@users.noreply.github.com> | 2022-11-27 16:28:42 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-27 16:28:42 -0300 |
commit | e6244c937a8c7cbed633b9ec065be5217b178a41 (patch) | |
tree | e482f81853a674e8da983fd291b4b22fb9f16d0e /flake.nix | |
parent | 3cbf8d4993b8c336feb65e6371b777ab0d7865ec (diff) | |
parent | cc92e1b0b6293a5c198b34554e68440a82e6074c (diff) | |
download | PrismLauncher-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.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |