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