mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
nix: update to python3
This commit is contained in:
@ -8,7 +8,7 @@
|
|||||||
, nodejs
|
, nodejs
|
||||||
, parallel
|
, parallel
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, python
|
, python3
|
||||||
, scdoc
|
, scdoc
|
||||||
, tracy
|
, tracy
|
||||||
, valgrind
|
, valgrind
|
||||||
@ -80,7 +80,7 @@ in mkShell rec {
|
|||||||
# Testing
|
# Testing
|
||||||
gdb
|
gdb
|
||||||
parallel
|
parallel
|
||||||
python
|
python3
|
||||||
tracy
|
tracy
|
||||||
vttest
|
vttest
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user