diff options
Diffstat (limited to 'tv/3modules/hw.nix')
-rw-r--r-- | tv/3modules/hw.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/3modules/hw.nix b/tv/3modules/hw.nix index 6eb722d2f..db1a77c85 100644 --- a/tv/3modules/hw.nix +++ b/tv/3modules/hw.nix @@ -1,5 +1,5 @@ +with import ./lib; let - lib = import <stockholm/lib>; local.types.screen = lib.types.submodule { options.width = lib.mkOption { type = lib.types.uint; |