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: 1fb923f61b49c0eda9094c6579b1bb5dd90a4d40 (
plain
)
1
2
3
4
5
6
7
{
config
,
pkgs
,
...
}:
in
{
environment
.
systemPackages
=
with
pkgs
;
[
go gopls
];
}