Add sas private build flag
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
9
hosts/elara/options.nix
Normal file
9
hosts/elara/options.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ lib, ... }:
|
||||
with lib;
|
||||
{
|
||||
options.sas.build.private = mkOption {
|
||||
type = types.bool;
|
||||
description = "Whether to build private SAS derivations (must be connected to the company VPN).";
|
||||
default = false;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user