remove kairi user, remove wiki submodule, refactor for nixexprs

This commit is contained in:
kat witch 2021-08-17 01:57:41 +01:00
parent 8775c500cb
commit 6008b46cd8
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
128 changed files with 130 additions and 4562 deletions

View file

@ -1,13 +0,0 @@
{ pkgs, lib, ... }: {
config = {
runners = {
lazy = {
file = ./.;
args = [ "--show-trace" ];
};
};
_module.args = {
pkgs = lib.mkDefault pkgs;
};
};
}