diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-06-12 15:30:14 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-06-12 15:30:26 +0530 |
commit | b3f15be96cf5356914a24beaf1d430c2b5b387b7 (patch) | |
tree | d799b8aab951011cfd2aedbdb5d2e6f9d2a3dc46 /os/kay/modules | |
parent | 3aba29275447a1e5d5f92506066f4280dceae781 (diff) |
kay/cgit: pkgs.git is needed for git over ssh
Diffstat (limited to 'os/kay/modules')
-rw-r--r-- | os/kay/modules/cgit.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/kay/modules/cgit.nix b/os/kay/modules/cgit.nix index 0b0a6ec..254cc80 100644 --- a/os/kay/modules/cgit.nix +++ b/os/kay/modules/cgit.nix @@ -5,6 +5,7 @@ let user = config.global.userdata.name; in { + users.users.${user}.packages = with pkgs; [ git ]; environment.systemPackages = with pkgs; [ luajitPackages.luaossl lua52Packages.luaossl |