summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2022-04-16 17:41:21 +0200
committerQuentin Aristote <quentin@aristote.fr>2022-04-16 17:41:21 +0200
commitc865080bd6c77ddb13545e21e17f0eb3e407111c (patch)
tree9278c6893ca0be256deee2852061db6cc43f7521
parent9bac961357e7793ca9b38448bf37b3a6c9e0a89e (diff)
typo
-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 = "$";