1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Upgrade python to 3.12

This commit is contained in:
RGBCube 2024-01-16 17:33:22 +03:00
parent 6737857d80
commit 32edd4b55a
No known key found for this signature in database

View file

@ -1,12 +1,12 @@
{ ulib, pkgs, ... }: with ulib; merge
(systemPackages (with pkgs; [
(python311.withPackages (pkgs: with pkgs; [
(python312.withPackages (pkgs: with pkgs; [
pip
requests
]))
virtualenv
poetry
# poetry # Broken for some reason ATM.
]))
(homeConfiguration {