haccfiles/modules/default.nix

13 lines
231 B
Nix
Raw Normal View History

2020-11-27 20:56:20 +00:00
{ ... }:
2020-11-30 18:31:04 +00:00
let
immaeNix = fetchGit {
url = "https://git.immae.eu/perso/Immae/Config/Nix.git";
rev = "7ad4966f41db0669a77c7a6ee7f87f0d4e586b0c";
};
in {
2020-11-27 20:56:20 +00:00
imports = [
2020-11-30 18:31:04 +00:00
"${immaeNix}/modules/webapps/peertube.nix"
2020-11-27 20:56:20 +00:00
];
}