mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
3 lines
61 B
Nix
3 lines
61 B
Nix
{ self, ... }: {
|
|
imports = [(self + /modules/site.nix)];
|
|
}
|