Gitiles
Code Review
Sign In
git.clicks.codes
/
Infra
/
NixFiles
/
619aa3ca3e17a17a2e8e35af9790cce821614af4
/
.
/
modules
/
common
/
git.nix
blob: d086cfd803c11d00c605d13f126382f92b894e2d [
file
] [
log
] [
blame
]
{
config
,
pkgs
,
...
}:
{
environment
.
systemPackages
=
with
pkgs
;
[
gh git git
-
review
];
}