stuebinm
35e2e6529d
Apparently, keytracker expects a toml file as config that may or may not be an instance of an entirely different specification of the spec than the one python understands.
10 lines
131 B
Nix
10 lines
131 B
Nix
{ ... }:
|
|
let
|
|
sources = import ../nix/sources.nix;
|
|
in {
|
|
imports = [
|
|
./nftnat
|
|
./decklink.nix
|
|
./keytracker.nix
|
|
];
|
|
}
|