haccfiles/modules/default.nix
hexchen 4c9a200c83 sources: switch to upstream
this involves moving the blackmagic package and module from hexchen's
nixpkgs fork into this repo directly.
2021-01-27 22:06:56 +01:00

11 lines
166 B
Nix

{ ... }:
let
sources = import ../nix/sources.nix;
in {
imports = [
"${sources.immae-nix}/modules/webapps/peertube.nix"
./nftnat
./decklink.nix
];
}