modules/peertube: fix reference to immaenix
This commit is contained in:
parent
c6b3a895fd
commit
e876bcc29f
1 changed files with 2 additions and 6 deletions
|
@ -1,12 +1,8 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
immaeNix = fetchGit {
|
sources = import ../nix/sources.nix;
|
||||||
url = "https://git.immae.eu/perso/Immae/Config/Nix.git";
|
|
||||||
rev = "7ad4966f41db0669a77c7a6ee7f87f0d4e586b0c";
|
|
||||||
};
|
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
"${immaeNix}/modules/webapps/peertube.nix"
|
"${sources.immae-nix}/modules/webapps/peertube.nix"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue