We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df966b7 commit 9112d14Copy full SHA for 9112d14
modules/pins.nix
@@ -7,7 +7,7 @@ with lib;
7
options = {
8
9
system = mkOption {
10
- type = types.string;
+ type = types.str;
11
default = builtins.currentSystem;
12
defaultText = ''
13
builtins.currentSystem
0 commit comments