summaryrefslogtreecommitdiffstats
path: root/tv/2configs/git.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-01-05 21:03:23 +0100
committertv <tv@krebsco.de>2017-01-05 21:03:23 +0100
commitef757f6e37ac02e18e04dd2fdf15d6d723a679ec (patch)
tree0348527eb6b71567557b0065972d01f24e4b4849 /tv/2configs/git.nix
parent62372f917e483bffb78d7e8560a667221e2a160d (diff)
tv: use body instead of out
Diffstat (limited to 'tv/2configs/git.nix')
-rw-r--r--tv/2configs/git.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/tv/2configs/git.nix b/tv/2configs/git.nix
index 48d73836..9ccb0a05 100644
--- a/tv/2configs/git.nix
+++ b/tv/2configs/git.nix
@@ -2,9 +2,9 @@
with import <stockholm/lib>;
-let
+let {
- out = {
+ body = {
krebs.git = {
enable = true;
cgit = {
@@ -123,4 +123,4 @@ let
perm = fetch;
};
-in out
+}