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
/
tools
/
languages
/
cobol
/
default.nix
blob: cb84d30ab6e69d334732dc0f0a2ef6bc87cadaee (
plain
) (
blame
)
1
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
gnu-cobol
];
}