From 0ec39f40664344d5561b7e8e1c2797b559a15f25 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 20 Jan 2024 16:07:08 +0100 Subject: fix(sys/nixpkgs/yt/constants): Add extension to last selection path --- sys/nixpkgs/pkgs/yt/src/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/nixpkgs/pkgs') diff --git a/sys/nixpkgs/pkgs/yt/src/constants.rs b/sys/nixpkgs/pkgs/yt/src/constants.rs index 96995f08..5250820c 100644 --- a/sys/nixpkgs/pkgs/yt/src/constants.rs +++ b/sys/nixpkgs/pkgs/yt/src/constants.rs @@ -36,7 +36,7 @@ pub fn status_path() -> anyhow::Result { Ok(out) } -const LAST_SELECT: &str = "ytcc/selected"; +const LAST_SELECT: &str = "ytcc/selected.yts"; pub fn last_select() -> anyhow::Result { let out: PathBuf = format!( "{}/{}", -- cgit 1.4.1