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
/
home
/
ebisu
/
kansai
/
development
/
languages
/
jvm
/
scala.nix
blob: b1162746b035fbd4724d5435214e725fb1fe2a53 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
scala sbt scalafmt scalafix
];
}