Add initial tmproot module

This commit is contained in:
2022-02-09 20:41:51 +00:00
parent fd0bbb2961
commit ee353607d2
3 changed files with 80 additions and 11 deletions

View File

@@ -60,6 +60,7 @@
imports = [ (import path') ];
}) {
common = "common.nix";
tmproot = "tmproot.nix";
server = "server.nix";
};