distributed builds: add assertions, nix fmt
This commit is contained in:
parent
9bff3f718f
commit
7de5751743
2 changed files with 38 additions and 11 deletions
|
|
@ -1,4 +1,10 @@
|
|||
{ lib, config, osConfig, thisDevice, ... }:
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
osConfig,
|
||||
thisDevice,
|
||||
...
|
||||
}:
|
||||
{
|
||||
options.my.tailscale.enable = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue