Merge pull request #145 from Schweeeeeeeeeeeeeeee/dev
Some checks are pending
Build Linux Release / build-linux (push) Waiting to run

Add missing python3 dependency to flake.nix
This commit is contained in:
ThePixelMoon 2026-03-09 22:27:32 +02:00 committed by GitHub
commit ca48a01a81
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