vuls: init at 0.27.0
[NixPkgs.git] / lib / tests / modules / declare-int-unsigned-value.nix
blob05d0eff01c94e688daec4c5e594e1fa225a33990
1 { lib, ... }:
4   options = {
5     value = lib.mkOption {
6       type = lib.types.ints.unsigned;
7     };
8   };