flake.nix: add bacon

This commit is contained in:
Charlie Root 2025-03-27 09:33:19 +01:00
commit 7842cb4b84
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -23,6 +23,7 @@
cargo cargo
rustc rustc
rustfmt rustfmt
bacon
; ;
inherit inherit
(pkgsFor.${system}.rustPackages) (pkgsFor.${system}.rustPackages)