2020-11-27 20:56:20 +00:00
|
|
|
{ ... }:
|
2020-11-30 18:31:04 +00:00
|
|
|
let
|
2021-01-15 00:38:37 +00:00
|
|
|
sources = import ../nix/sources.nix;
|
2020-11-30 18:31:04 +00:00
|
|
|
in {
|
2020-11-27 20:56:20 +00:00
|
|
|
imports = [
|
2021-01-15 00:38:37 +00:00
|
|
|
"${sources.immae-nix}/modules/webapps/peertube.nix"
|
2020-11-27 20:56:20 +00:00
|
|
|
];
|
|
|
|
}
|