mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
remove kairi user, remove wiki submodule, refactor for nixexprs
This commit is contained in:
parent
8775c500cb
commit
6008b46cd8
128 changed files with 130 additions and 4562 deletions
13
meta.nix
Normal file
13
meta.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, lib, ... }: {
|
||||
config = {
|
||||
runners = {
|
||||
lazy = {
|
||||
file = ./.;
|
||||
args = [ "--show-trace" ];
|
||||
};
|
||||
};
|
||||
_module.args = {
|
||||
pkgs = lib.mkDefault pkgs;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue