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: 45d7f57c44ecf3eb61732421e6b51926f0518fb6 (
plain
)
1
2
3
4
5
6
7
{
config
,
pkgs
,
...
}:
{
environment
.
systemPackages
=
with
pkgs
;
[
zig zls
];
}