feat(v1/lock): fix typo

This commit is contained in:
DavHau 2023-05-29 16:43:17 +02:00
parent d40329a29a
commit a1eead6813

View File

@ -106,7 +106,7 @@
The lock file ${cfg.repoRoot}${cfg.lockFileRel} for drv-parts module '${config.name}' is missing.
To update it using flakes:
nix run -L .#${config.name}.config.lock.refresh
To update is without flakes:
To update it without flakes:
bash -c $(nix-build ${config.lock.refresh.drvPath} --no-link)/bin/refresh
'';
@ -114,7 +114,7 @@
The lock file ${cfg.repoRoot}${cfg.lockFileRel} for drv-parts module '${config.name}' does not contain field `${field}`.
To update it using flakes:
nix run -L .#${config.name}.config.lock.refresh
To update is without flakes:
To update it without flakes:
bash -c $(nix-build ${config.lock.refresh.drvPath} --no-link)/bin/refresh
'';