4c9a200c83
this involves moving the blackmagic package and module from hexchen's nixpkgs fork into this repo directly.
10 lines
166 B
Nix
10 lines
166 B
Nix
{ ... }:
|
|
let
|
|
sources = import ../nix/sources.nix;
|
|
in {
|
|
imports = [
|
|
"${sources.immae-nix}/modules/webapps/peertube.nix"
|
|
./nftnat
|
|
./decklink.nix
|
|
];
|
|
}
|