index
:
dotfiles
master
The Aargh Files
Git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nixos
/
languages
/
go.nix
blob: 8648a9be404d57eb6c5e0ce9d397b918fbe168bb (
plain
)
1
2
3
4
5
6
7
{
config
,
pkgs
,
...
}:
{
environment
.
systemPackages
=
with
pkgs
;
[
go gopls
];
}