forked from hacc/haccfiles
9 lines
110 B
Nix
9 lines
110 B
Nix
{ ... }:
|
|
let
|
|
sources = import ../nix/sources.nix;
|
|
in {
|
|
imports = [
|
|
./nftnat
|
|
./decklink.nix
|
|
];
|
|
}
|