statik: fix typo

"embeded" -> "embedded"
This commit is contained in:
fetsorn
2023-05-09 18:02:16 +04:00
parent 6ce732d86f
commit 90e71a48ee
+1 -1
View File
@@ -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;