Base minor restructure

This commit is contained in:
kat witch 2021-08-18 02:36:40 +01:00
parent b383c70492
commit 83fb02ddc6
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
4 changed files with 30 additions and 34 deletions

View file

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