Skip to content

Commit

Permalink
Update distribution.nix
Browse files Browse the repository at this point in the history
Signed-off-by: hand7s <[email protected]>
  • Loading branch information
s0me1newithhand7s authored Jul 10, 2024
1 parent 491eb76 commit ddbe0f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions nix/distribution.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
in {
inherit
(ourPackages)
prismlauncher-unwrapped
prismlauncher
freesmlauncher-unwrapped
freesmlauncher
;
default = ourPackages.prismlauncher;
default = ourPackages.freesmlauncher;
};
};

Expand All @@ -30,8 +30,8 @@
inherit version;
};

prismlauncher = prev.qt6Packages.callPackage ./pkg/wrapper.nix {
inherit (final) prismlauncher-unwrapped;
freesmlauncher = prev.qt6Packages.callPackage ./pkg/wrapper.nix {
inherit (final) freesmlauncher-unwrapped;
};
};
};
Expand Down

0 comments on commit ddbe0f4

Please sign in to comment.