summary refs log tree commit diff
path: root/host/Rory-ovh/services/cgit.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-ovh/services/cgit.nix')
-rw-r--r--host/Rory-ovh/services/cgit.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/host/Rory-ovh/services/cgit.nix b/host/Rory-ovh/services/cgit.nix

index cbdc350..854dfdf 100644 --- a/host/Rory-ovh/services/cgit.nix +++ b/host/Rory-ovh/services/cgit.nix
@@ -1,4 +1,9 @@ -{ pkgs, lib, cgit-magenta, ... }: +{ + pkgs, + lib, + cgit-magenta, + ... +}: let pkg = cgit-magenta.packages.${pkgs.stdenv.hostPlatform.system}.default;