move nix remote builder to a module
This commit is contained in:
parent
9ebb2ce2bf
commit
48e6611f92
4 changed files with 58 additions and 14 deletions
5
modules/default.nix
Normal file
5
modules/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
imports = [
|
||||
./remote-builder.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue