From 16d56b8ee136cab4fe331c97a93023d7af4f69a4 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 21 Sep 2024 14:51:53 -0500 Subject: [PATCH] feat(hm/price): install `nasm` & `asm-lsp` --- users/price/home.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/users/price/home.nix b/users/price/home.nix index 12a35aee..4d3c0411 100644 --- a/users/price/home.nix +++ b/users/price/home.nix @@ -133,8 +133,10 @@ in ++ [ gnumake cmake - clang clang-tools + clang + nasm + asm-lsp ninja ccache llvm