Skip to content

Commit

Permalink
soundsource: format with nixfmt-rfc-style
Browse files Browse the repository at this point in the history
  • Loading branch information
DontEatOreo committed Sep 24, 2024
1 parent 039db25 commit 07b7037
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkgs/applications/audio/soundsource/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{ lib
, stdenvNoCC
, fetchurl
, unzip
{
lib,
stdenvNoCC,
fetchurl,
unzip,
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "soundsource";
Expand Down

0 comments on commit 07b7037

Please sign in to comment.