diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2025-11-25 16:32:53 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2025-11-25 16:32:53 +0530 |
| commit | 2229c1fc74282faec1a1f40e769fdcfea971f427 (patch) | |
| tree | 941eb199fb42c570cb63e5b0a68cf6e201f2c005 /nixos/languages/asm.nix | |
| parent | 1f699057d6735f2b3deb59f5cb67b09424070a7d (diff) | |
fasm + c building + docker?
Diffstat (limited to 'nixos/languages/asm.nix')
| -rw-r--r-- | nixos/languages/asm.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos/languages/asm.nix b/nixos/languages/asm.nix new file mode 100644 index 0000000..3f39a33 --- /dev/null +++ b/nixos/languages/asm.nix @@ -0,0 +1,6 @@ +{ config, pkgs, ... }: +{ + environment.systemPackages = with pkgs; [ + fasm + ]; +} |
