fix(nix/package): update build and Python versions

This commit is contained in:
Xarvex
2026-08-21 12:53:59 -05:00
parent 8275d3e74b
commit 33199f5b26
2 changed files with 1 additions and 6 deletions
+1 -4
View File
@@ -32,10 +32,7 @@
{ pkgs, self', ... }:
let
python3 = builtins.head python3Versions;
python3Versions = with pkgs; [
python313
python312
];
python3Versions = with pkgs; [ python314 ];
in
{
packages =
-2
View File
@@ -140,10 +140,8 @@ python3Packages.buildPythonApplication {
"tests/qt/test_build_tag_panel.py"
"tests/qt/test_field_containers.py"
"tests/qt/test_file_path_options.py"
"tests/qt/test_preview_panel.py"
"tests/qt/test_tag_panel.py"
"tests/qt/test_tag_search_panel.py"
"tests/test_library.py"
];
meta = {