From 35c796d875b30010dcfcb204b4c0105a4e67e033 Mon Sep 17 00:00:00 2001 From: roxwize Date: Sun, 26 Jan 2025 20:59:40 -0500 Subject: [PATCH] ~ --- nixos/packages.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/packages.nix b/nixos/packages.nix index cfd2227..836690c 100644 --- a/nixos/packages.nix +++ b/nixos/packages.nix @@ -9,6 +9,7 @@ cc65 # C compiler for processors of 6502 family chibicc-uxn # A small C compiler... for uxn llvmPackages_19.clang-tools # Standalone command line tools for C++ development + fasm # x86(-64) macro assembler to binary, MZ, PE, COFF, and ELF (fenix.default.withComponents [ "cargo" "rustc" ]) gcc # GNU Compiler Collection, version 13.3.0 (wrapper script) git # Distributed version control system