From 95bf9fe6adc2cc3ac85f5e7499087a1df812ddfd Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Sun, 31 Aug 2025 23:26:30 +1000 Subject: [PATCH] add nasm pkg --- hosts/lolcathost/default.nix | 3 +++ hosts/myputer/default.nix | 3 +++ 2 files changed, 6 insertions(+) diff --git a/hosts/lolcathost/default.nix b/hosts/lolcathost/default.nix index 1452d6e..753ab1b 100755 --- a/hosts/lolcathost/default.nix +++ b/hosts/lolcathost/default.nix @@ -234,9 +234,12 @@ in { qemu # Fellice Bellard's Quick Emulator # GNU Utils gnumake + # Binaries binutils strace ltrace + # ASM + nasm # C Family gcc clang diff --git a/hosts/myputer/default.nix b/hosts/myputer/default.nix index 316463a..528c87d 100755 --- a/hosts/myputer/default.nix +++ b/hosts/myputer/default.nix @@ -235,9 +235,12 @@ in { qemu # Fellice Bellard's Quick Emulator # GNU Utils gnumake + # Binaries binutils strace ltrace + # ASM + nasm # C Family gcc clang