summaryrefslogtreecommitdiff
path: root/modules/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/default.nix')
-rw-r--r--modules/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/default.nix b/modules/default.nix
index 889253d..59b128c 100644
--- a/modules/default.nix
+++ b/modules/default.nix
@@ -163,7 +163,7 @@ in {
config.shellHook = concatStringsSep "\n" (
# envVars
## Environment variables are declared in a shell hook because simply adding the
- ## top-level arguments of pkgs.mkShell ovewrites the old values of the
+ ## top-level arguments of pkgs.mkShell overwrites the old values of the
## variables, which may be a problem, for example for PATH.
(let
dollar = "$";