mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +00:00
Downgrade to python 311
This commit is contained in:
parent
782b655b37
commit
15cd94166b
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
{ ulib, pkgs, ... }: with ulib; merge
|
{ ulib, pkgs, ... }: with ulib; merge
|
||||||
|
|
||||||
(systemPackages (with pkgs; [
|
(systemPackages (with pkgs; [
|
||||||
(python312.withPackages (pkgs: with pkgs; [
|
(python311.withPackages (pkgs: with pkgs; [
|
||||||
pip
|
pip
|
||||||
requests
|
requests
|
||||||
]))
|
]))
|
||||||
virtualenv
|
virtualenv
|
||||||
# poetry # Broken for some reason ATM.
|
poetry
|
||||||
]))
|
]))
|
||||||
|
|
||||||
(homeConfiguration {
|
(homeConfiguration {
|
Loading…
Add table
Add a link
Reference in a new issue