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
/
protobuf.nix
blob: 19b01c3066ce311be437e2259944d5adc66b7d13 (
plain
) (
blame
)
1
2
3
4
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
protobuf
];
}