1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-08 22:53:08 +00:00
This commit is contained in:
Rae 5e 2025-01-21 17:01:57 -05:00
parent 3972c393cc
commit d8a5a01c30
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
3 changed files with 13 additions and 1 deletions

View file

@ -7,7 +7,7 @@
environment.systemPackages = with pkgs; [
# development
cc65 # C compiler for processors of 6502 family
chibicc-uxn
chibicc-uxn # A small C compiler... for uxn
(fenix.default.withComponents [ "cargo" "rustc" ])
gcc # GNU Compiler Collection, version 13.3.0 (wrapper script)
git # Distributed version control system