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:
@@ -27,7 +27,7 @@ buildPythonApplication rec {
|
||||
pythonRemoveDeps = [
|
||||
"pyside6-essentials"
|
||||
];
|
||||
|
||||
|
||||
# Skip runtime dependency check for missing packages
|
||||
dontCheckRuntimeDeps = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user