Skip to content

Commit

Permalink
beatsabermodmanager: format using nixfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ImUrX committed Nov 13, 2024
1 parent fb761a8 commit ca33a83
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/by-name/be/beatsabermodmanager/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ buildDotnetModule {
fetchSubmodules = true; # It vendors BSIPA-Linux
};

dotnet-sdk = with dotnetCorePackages; combinePackages [
sdk_8_0
sdk_6_0
dotnet-sdk =
with dotnetCorePackages;
combinePackages [
sdk_8_0
sdk_6_0
];

dotnet-runtime = dotnetCorePackages.runtime_8_0;
Expand Down

0 comments on commit ca33a83

Please sign in to comment.