index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
meta
/
tools
/
languages
/
assembly
/
default.nix
blob: b593a416fef95bbb92980ca4ad9ec51393b73a97 (
plain
) (
blame
)
1
2
3
4
5
6
7
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
nasm
# nasmfmt
yasm
];
}