diff options
author | Ben Sima <ben@bsima.me> | 2022-07-25 17:22:41 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-07-25 17:47:27 -0400 |
commit | 0eb939a2b1a2886f9d52f3bd764614f43330e96a (patch) | |
tree | 177a6dcaa5d0ef89f05e0b9250463ec9f9044c94 /Biz/Cloud/Git.nix | |
parent | 953fc16e402c56798f26b7c3d1f38f23560b0faa (diff) |
Run deadnix as a linter
Diffstat (limited to 'Biz/Cloud/Git.nix')
-rw-r--r-- | Biz/Cloud/Git.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Cloud/Git.nix b/Biz/Cloud/Git.nix index d1cdf9f..a75fa82 100644 --- a/Biz/Cloud/Git.nix +++ b/Biz/Cloud/Git.nix @@ -1,4 +1,4 @@ -{ pkgs, lib, config, ... }: +{ lib, config, ... }: let inherit (config.networking) domain; |