mirror of
https://github.com/thegeneralist01/config.git
synced 2026-03-07 10:59:55 +01:00
packages: add zig
This commit is contained in:
parent
cd0cbdec3a
commit
d084d841ce
1 changed files with 5 additions and 0 deletions
5
modules/common/zig.nix
Normal file
5
modules/common/zig.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
zig
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue