This commit is contained in:
塞马
2025-10-09 16:55:49 +08:00
commit 0c93027123
12 changed files with 293 additions and 0 deletions

4
com/github/default.nix Normal file
View File

@@ -0,0 +1,4 @@
{ pkgs, ... }:
{
ksdme = import ./ksdme { inherit pkgs; };
}