summary refs log tree commit diff
path: root/pkgs/build-support/docker/default.nix
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-12-17 19:39:44 -0500
committerfigsoda <figsoda@pm.me>2022-12-17 19:39:44 -0500
commitec8cb3435824ebf8867ae3d5ad0977b4744c0c21 (patch)
tree007828e3a46976417994674995c743f63eff633d /pkgs/build-support/docker/default.nix
parent6bb0dbf91feecfec45382f762206a12de23fd531 (diff)
downloadnixpkgs-ec8cb3435824ebf8867ae3d5ad0977b4744c0c21.tar
nixpkgs-ec8cb3435824ebf8867ae3d5ad0977b4744c0c21.tar.gz
nixpkgs-ec8cb3435824ebf8867ae3d5ad0977b4744c0c21.tar.bz2
nixpkgs-ec8cb3435824ebf8867ae3d5ad0977b4744c0c21.tar.lz
nixpkgs-ec8cb3435824ebf8867ae3d5ad0977b4744c0c21.tar.xz
nixpkgs-ec8cb3435824ebf8867ae3d5ad0977b4744c0c21.tar.zst
nixpkgs-ec8cb3435824ebf8867ae3d5ad0977b4744c0c21.zip
treewide: fix typos
Diffstat (limited to 'pkgs/build-support/docker/default.nix')
-rw-r--r--pkgs/build-support/docker/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/docker/default.nix b/pkgs/build-support/docker/default.nix
index 48c780e2dbe..3d51c03f97a 100644
--- a/pkgs/build-support/docker/default.nix
+++ b/pkgs/build-support/docker/default.nix
@@ -879,7 +879,7 @@ rec {
         contentsList = if builtins.isList contents then contents else [ contents ];
 
         # We store the customisation layer as a tarball, to make sure that
-        # things like permissions set on 'extraCommands' are not overriden
+        # things like permissions set on 'extraCommands' are not overridden
         # by Nix. Then we precompute the sha256 for performance.
         customisationLayer = symlinkJoin {
           name = "${baseName}-customisation-layer";