mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 09:01:16 +00:00
fix canola
This commit is contained in:
parent
48ef78fd13
commit
c882f44a0b
3 changed files with 8 additions and 4 deletions
|
|
@ -72,7 +72,7 @@ in
|
|||
state_dir="${config.xdg.stateHome}/nvim"
|
||||
lockfile="${packLockPath}"
|
||||
|
||||
if [ ! -e "$lockfile" ]; then
|
||||
if [ ! -e "$lockfile" ] || ! cmp -s ${packLockSeed} "$lockfile"; then
|
||||
mkdir -p "$state_dir"
|
||||
cp ${packLockSeed} "$lockfile"
|
||||
chmod u+w "$lockfile"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue