chore: update flake.lock

This commit is contained in:
2026-06-21 10:25:53 +08:00
parent 02953206f7
commit 12d2b3ff49
2 changed files with 64 additions and 50 deletions
+15 -1
View File
@@ -13,8 +13,22 @@ in
};
config = lib.mkIf cfg.enable {
nixpkgs.config.permittedInsecurePackages = (
lib.warn
''
SPlayer still using pnpm 10.29.2. Check
https://github.com/NixOS/nixpkgs/issues/535580#issuecomment-4809489104
''
[
"pnpm-10.29.2"
]
);
my.hm.home.packages = [
pkgs.master.splayer
# (pkgs.master.splayer.override {
# pnpm_10_29_2 = pkgs.pnpm_10;
# })
pkgs.splayer
];
my.persist.homeDirs = [
".config/SPlayer"