diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/ivi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ivi.nix b/lib/ivi.nix index 64d358a..2d2d881 100644 --- a/lib/ivi.nix +++ b/lib/ivi.nix @@ -35,7 +35,7 @@ self: lib: with lib; let }; isDeployed = mkOption { description = "The machine is deployed with nixos"; - type = boolean; + type = bool; default = false; }; }; |
