mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-26 22:31:39 +03:00
feat(v1/lock): fix typo
This commit is contained in:
parent
d40329a29a
commit
a1eead6813
@ -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
|
||||
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user