upstream modules: init
This commit is contained in:
parent
6b68a4f5d8
commit
6a29e8bfcc
krebs/3modules
|
@ -55,6 +55,7 @@ let
|
|||
./sync-containers.nix
|
||||
./tinc.nix
|
||||
./tinc_graphs.nix
|
||||
./upstream
|
||||
./urlwatch.nix
|
||||
./repo-sync.nix
|
||||
./xresources.nix
|
||||
|
|
10
krebs/3modules/upstream/default.nix
Normal file
10
krebs/3modules/upstream/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
with import <stockholm/lib>;
|
||||
|
||||
{
|
||||
imports =
|
||||
map
|
||||
(name: ./. + "/${name}")
|
||||
(filter
|
||||
(name: name != "default.nix" && !hasPrefix "." name)
|
||||
(attrNames (readDir ./.)));
|
||||
}
|
Loading…
Reference in a new issue