From 623656882262442145cce9f375acfd8483ea4970 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Mon, 16 Oct 2023 23:23:30 +0200 Subject: use name from library --- lib/ivi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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; }; }; -- cgit v1.2.3