ci: update flake to match renovate updates
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 1m0s
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 1m0s
This commit is contained in:
parent
246611f92c
commit
fc706f0fce
2 changed files with 14 additions and 14 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue