diff --git a/flake.nix b/flake.nix index b222a21..e4495b3 100644 --- a/flake.nix +++ b/flake.nix @@ -20,8 +20,7 @@ cargo = toolchain; rustc = toolchain; }; - in - rec { + in { packages = flake-utils.lib.flattenTree rec { default = lastfmpris; lastfmpris = rustPlatform.buildRustPackage {