diff options
Diffstat (limited to 'modules/flake/configurations.nix')
| -rw-r--r-- | modules/flake/configurations.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/flake/configurations.nix b/modules/flake/configurations.nix index 3d2d512..ef1ae4e 100644 --- a/modules/flake/configurations.nix +++ b/modules/flake/configurations.nix @@ -156,8 +156,8 @@ example = literalExpression '' { foo = { - system = "aarch64-${kernelFor type}"; - }; + system = "aarch64-${kernelFor type}"; + }; } ''; description = mdDoc '' @@ -192,8 +192,8 @@ in { example = literalExpression '' { john = { - pkgs = inputs.nixpkgs.legacyPackages.aarch64-linux; - }; + pkgs = inputs.nixpkgs.legacyPackages.aarch64-linux; + }; } ''; description = mdDoc '' |
