small nit
This commit is contained in:
parent
fcb6d92dac
commit
0cb80302a9
|
@ -23,7 +23,7 @@
|
||||||
(
|
(
|
||||||
cd $dir
|
cd $dir
|
||||||
${pkgs.nix}/bin/nix flake update # Update flake.lock
|
${pkgs.nix}/bin/nix flake update # Update flake.lock
|
||||||
${pkgs.direnv}/bin/direnv reload # Make sure things work after the update
|
${pkgs.direnv}/bin/direnv reload # Make sure things work after the update
|
||||||
)
|
)
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue