haccfiles/modules/default.nix

10 lines
110 B
Nix

{ ... }:
let
sources = import ../nix/sources.nix;
in {
imports = [
./nftnat
./decklink.nix
];
}