ci: update flake to match renovate updates
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 1m0s

This commit is contained in:
Konstantin Fickel 2026-01-18 17:24:05 +01:00
parent 246611f92c
commit fc706f0fce
Signed by: kfickel
GPG key ID: A793722F9933C1A5
2 changed files with 14 additions and 14 deletions

View file

@ -66,8 +66,8 @@
# This example is only using x86_64-linux
pkgs = nixpkgs.legacyPackages.x86_64-linux;
# Use Python 3.12 from nixpkgs
python = pkgs.python312;
# Use Python 3.14 from nixpkgs
python = pkgs.python314;
# Construct package set
pythonSet =