mirror of
https://github.com/nix-community/dream2nix.git
synced 2025-01-01 19:08:33 +03:00
8 lines
102 B
Nix
8 lines
102 B
Nix
{pkgs, ...}: {
|
|
zlib = {
|
|
add-deps = {
|
|
buildInputs = old: old ++ [pkgs.zlib];
|
|
};
|
|
};
|
|
}
|