9 lines
150 B
Nix
9 lines
150 B
Nix
|
{ depot, ... }:
|
||
|
|
||
|
depot.users.sterni.nix.build.buildGopherHole {
|
||
|
name = "gopher-sterni.lv";
|
||
|
dir = [
|
||
|
"🚧 closed for construction 🚧"
|
||
|
];
|
||
|
}
|