mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
fix: fix import graph and errors
This commit is contained in:
parent
f2ab446c48
commit
d8bcbab825
7 changed files with 29 additions and 21 deletions
|
@ -1,7 +1,3 @@
|
|||
{ self, ... }: {
|
||||
imports = [
|
||||
(self + /modules/acme)
|
||||
(self + /modules/nginx.nix)
|
||||
(self + /modules/site.nix)
|
||||
];
|
||||
imports = [(self + /modules/site.nix)];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue