diff options
author | tv <tv@krebsco.de> | 2016-10-20 20:54:38 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-10-20 20:54:38 +0200 |
commit | ad5f0d7819ee0c5bac10e426e21d236c075620d8 (patch) | |
tree | b8394701a29087811ccb8b133aef261e66c34872 /shared/2configs/cgit-mirror.nix | |
parent | a215010f30eafe2c193f34b8a8c4025b2897f583 (diff) |
drop config.krebs.lib
Diffstat (limited to 'shared/2configs/cgit-mirror.nix')
-rw-r--r-- | shared/2configs/cgit-mirror.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/2configs/cgit-mirror.nix b/shared/2configs/cgit-mirror.nix index d9241a2..a3860a0 100644 --- a/shared/2configs/cgit-mirror.nix +++ b/shared/2configs/cgit-mirror.nix @@ -1,6 +1,6 @@ { config, lib, pkgs, ... }: -with config.krebs.lib; +with import <stockholm/lib>; let rules = with git; singleton { user = [ wolf-repo-sync ]; |