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
/
gleam
/
default.nix
blob: e4725695c3c54a84a72a8c29d6f4a5f6117084af (
plain
) (
blame
)
1
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
gleam rebar3 erlang_nox
];
}