Add missing python3 dependency to flake.nix

This commit is contained in:
Schweeeeeeeeeeeeeeee 2026-03-09 20:51:07 +01:00 committed by GitHub
parent 4ecafd754b
commit 97729d5b23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,6 +32,7 @@
libvorbis
];
packages = with pkgs; [
python3
gcc15
lld
cmake