From 90e71a48eea9735c005f3ffcdeecc6520f6016e3 Mon Sep 17 00:00:00 2001 From: fetsorn Date: Mon, 8 May 2023 21:59:48 +0400 Subject: [PATCH] statik: fix typo "embeded" -> "embedded" --- pkgs/development/tools/statik/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/statik/default.nix b/pkgs/development/tools/statik/default.nix index 977b0860273..a5af2ed2d31 100644 --- a/pkgs/development/tools/statik/default.nix +++ b/pkgs/development/tools/statik/default.nix @@ -15,7 +15,7 @@ buildGoModule rec { # Avoid building example subPackages = [ "." "fs" ]; - # Tests are checking that the files embeded are preserving + # Tests are checking that the files embedded are preserving # their meta data like dates etc, but it assumes to be in 2048 # which is not the case once entered the nix store doCheck = false;