chore: update flake.lock; prepare for 25.11 migration

This commit is contained in:
2025-10-19 16:21:25 +08:00
parent 41969ab2e0
commit 959956409d
9 changed files with 101 additions and 96 deletions

View File

@@ -91,7 +91,7 @@ lib.my.makeSwitch {
darker = pkgs.libsForQt5.qt5ct + /share/qt5ct/colors/darker.conf;
};
"qt6ct/qt6ct.conf".source = pkgs.replaceVars ./qtct/qt6ct.conf {
darker = pkgs.qt6ct + /share/qt6ct/colors/darker.conf;
darker = pkgs.qt6Packages.qt6ct + /share/qt6ct/colors/darker.conf;
};
};
};