about summary refs log tree commit diff stats
path: root/pkgs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-04 18:26:47 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-04 18:26:47 +0200
commita5e3d93d4968301529873d05801979d6e4f868de (patch)
tree28209533b1f00cce31b6fca7854d67c33129942b /pkgs
parentfix(treewide): Migrate to taskwarrior version 3 (diff)
downloadnixos-config-a5e3d93d4968301529873d05801979d6e4f868de.zip
style(treewide): Format
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/by-name/be/beetsExtraPlugins/xtractor.nix4
-rw-r--r--pkgs/by-name/ts/tskm/src/cli.rs2
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/be/beetsExtraPlugins/xtractor.nix b/pkgs/by-name/be/beetsExtraPlugins/xtractor.nix
index ecbc10ce..17981cdb 100644
--- a/pkgs/by-name/be/beetsExtraPlugins/xtractor.nix
+++ b/pkgs/by-name/be/beetsExtraPlugins/xtractor.nix
@@ -3,11 +3,10 @@
   fetchFromGitHub,
   python3Packages,
   beets,
-}:
+}: {}
 # # NOTE: This fails to build now. It didn't work anyways. See
 # https://git.sr.ht/~johnhamelink/nix/tree/master/item/home/hosts/sun/beets/beets-plugin-xtractor.nix
 # for a possibly working version. <2025-03-29>
-
 # # FIXME: Find a way to update this derivation <2024-08-11>
 # let
 #   version = "0.4.2";
@@ -56,3 +55,4 @@
 #       license = lib.licenses.mit;
 #     };
 #   }
+
diff --git a/pkgs/by-name/ts/tskm/src/cli.rs b/pkgs/by-name/ts/tskm/src/cli.rs
index bf0af7fb..99c8693e 100644
--- a/pkgs/by-name/ts/tskm/src/cli.rs
+++ b/pkgs/by-name/ts/tskm/src/cli.rs
@@ -94,7 +94,7 @@ pub enum OpenCommand {
         /// The project to open.
         #[arg(value_parser = task::Project::from_project_string)]
         project: Option<task::Project>,
-    }
+    },
 }
 
 #[derive(Subcommand, Debug)]