modules/peertube: fix reference to immaenix

This commit is contained in:
hexchen 2021-01-15 00:38:37 +00:00
parent c6b3a895fd
commit e876bcc29f

View file

@ -1,12 +1,8 @@
{ ... }:
let
immaeNix = fetchGit {
url = "https://git.immae.eu/perso/Immae/Config/Nix.git";
rev = "7ad4966f41db0669a77c7a6ee7f87f0d4e586b0c";
};
sources = import ../nix/sources.nix;
in {
imports = [
"${immaeNix}/modules/webapps/peertube.nix"
"${sources.immae-nix}/modules/webapps/peertube.nix"
];
}