Skip to content

Commit 9112d14

Browse files
committed
Fixup 'types.string' -> 'types.str'
1 parent df966b7 commit 9112d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/pins.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ with lib;
77
options = {
88

99
system = mkOption {
10-
type = types.string;
10+
type = types.str;
1111
default = builtins.currentSystem;
1212
defaultText = ''
1313
builtins.currentSystem

0 commit comments

Comments
 (0)