mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-31 06:33:07 +02:00
8 lines
81 B
Nix
8 lines
81 B
Nix
{ mylib, ... }:
|
|
{
|
|
imports = [
|
|
./victoriametrics.nix
|
|
./alert.nix
|
|
];
|
|
}
|