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 =