upstream modules: init
This commit is contained in:
parent
6b68a4f5d8
commit
6a29e8bfcc
@ -55,6 +55,7 @@ let
|
|||||||
./sync-containers.nix
|
./sync-containers.nix
|
||||||
./tinc.nix
|
./tinc.nix
|
||||||
./tinc_graphs.nix
|
./tinc_graphs.nix
|
||||||
|
./upstream
|
||||||
./urlwatch.nix
|
./urlwatch.nix
|
||||||
./repo-sync.nix
|
./repo-sync.nix
|
||||||
./xresources.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 New Issue
Block a user