mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
Base minor restructure
This commit is contained in:
parent
b383c70492
commit
83fb02ddc6
4 changed files with 30 additions and 34 deletions
13
meta.nix
13
meta.nix
|
|
@ -1,13 +0,0 @@
|
|||
{ 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