index
:
dotfiles
master
The Aargh Files
Git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nixos
/
languages
/
asm.nix
blob: 3f39a331b316015875ce2b82a1ef47457823aed5 (
plain
)
1
2
3
4
5
6
{
config
,
pkgs
,
...
}:
{
environment
.
systemPackages
=
with
pkgs
;
[
fasm
];
}