Refactor Nix package definitions for webcomix, colordle, dosage, protonup-qt, qbit-manage, and steam by removing unused variables, improving formatting, and ensuring consistency in dependency handling. Notable changes include the removal of unnecessary checks and whitespace adjustments.

This commit is contained in:
Danilo Reyes
2025-11-10 11:44:10 -06:00
parent 4e91264f0f
commit b94855afb8
6 changed files with 23 additions and 16 deletions

View File

@@ -55,7 +55,7 @@ buildPythonApplication rec {
slowapi
uvicorn
];
# Skip runtime dependency check due to version mismatches with nixpkgs
dontCheckRuntimeDeps = true;