Skip to content

Anillc/koinix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

474 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

koinix

使用 nix 来构建你的 koishi

Usage

快速体验:

nix run github:Anillc/koinix

构建你自己的 koishi:

{
  inputs.koinix.url = "github:Anillc/koinix";
  outputs = { koinix, ... }: {
    packages.x86_64-linux.default = koinix.lib.x86_64-linux.buildKoishi {
      host = "0.0.0.0";
      port = 8080;
      plugins = {
        console = {};
        sandbox = {};
        echo = {};
      };
    };
  };
}

Cachix

https://anillc.cachix.org
anillc.cachix.org-1:VmWDYKHoDiT0CKs+6daDcTz3Ur+gkw4k0kcHIeF6dF8=

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors