statik: fix typo

"embeded" -> "embedded"
This commit is contained in:
fetsorn 2023-05-08 21:59:48 +04:00
parent 6ce732d86f
commit 90e71a48ee

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;