We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb56bf commit 03abe0aCopy full SHA for 03abe0a
src/modules/configurations.nix
@@ -7,6 +7,7 @@ let
7
type = lib.types.str;
8
description = "System architecture for the configuration.";
9
default = pkgs.stdenv.system;
10
+ defaultText = lib.literalExpression "pkgs.stdenv.system";
11
example = "x86_64-linux";
12
};
13
0 commit comments