1
Fork 0
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:
TheGeneralist 2025-06-22 16:39:25 +02:00
parent cd0cbdec3a
commit d084d841ce
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4

5
modules/common/zig.nix Normal file
View file

@ -0,0 +1,5 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
zig
];
}