Gitiles
Code Review
Sign In
git.clicks.codes
/
Infra
/
NixFiles
/
c54eceaa7d72fb96dc0b99d99c64a13e9b96c100
/
.
/
host
/
github.nix
blob: 189c2627819a023b303856fac7118b0b1c784e76 [
file
] [
log
] [
blame
]
{
pkgs
,
...
}:
{
environment
.
systemPackages
=
[
pkgs
.
gh
];
}