mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
lib/tests/modules: Add test case for duplicate option error file location
This commit is contained in:
parent
e162ed8a14
commit
c90844aeb9
2 changed files with 11 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
{ lib, ... }:
|
||||
let
|
||||
inherit (lib) mkOption types;
|
||||
in
|
||||
{
|
||||
options.bare-submodule.deep = mkOption {
|
||||
type = types.int;
|
||||
default = 2;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue