mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Break up default.nix into two more files
This commit is contained in:
parent
f17cb11f9f
commit
042bd05bcf
3 changed files with 40 additions and 36 deletions
13
meta-base.nix
Normal file
13
meta-base.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