diff options
| author | seth <[email protected]> | 2024-02-02 16:14:08 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-02 19:22:07 -0500 |
| commit | ac3021bc818c6525db108639645780393c3d762f (patch) | |
| tree | 0e3feccb2579824ae3bff767a4fe860248632ef2 /modules/flake/configurations.nix | |
| parent | 1e32ab22f3fc2a4959f90ded95d7318bd4e23623 (diff) | |
terranix: use new flakeModule
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 '' |
