mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Hardware/AMD/ROCm] remove usage of remove type 'string'
This commit is contained in:
parent
52542874cf
commit
0b4fe53298
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ in {
|
||||||
"1101"
|
"1101"
|
||||||
"1102" ];
|
"1102" ];
|
||||||
example = [ "900" "1031" ];
|
example = [ "900" "1031" ];
|
||||||
type = with types; nullOr (listOf string);
|
type = with types; nullOr (listOf str);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue