feat: enable zig
This commit is contained in:
parent
2890aa339a
commit
8410d356f4
3 changed files with 8 additions and 1 deletions
6
profiles/develop/programming/zig.nix
Normal file
6
profiles/develop/programming/zig.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
zig
|
||||
zls
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue