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

View File

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