mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/icecream: use more accurate int types
This commit is contained in:
parent
33fb2c08bf
commit
2a3f551195
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ in
|
|||
};
|
||||
|
||||
nice = mkOption {
|
||||
type = types.int;
|
||||
type = types.ints.between (-20) 19;
|
||||
default = 5;
|
||||
description = ''
|
||||
The level of niceness to use.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue