small nit

This commit is contained in:
Luc Perkins 2022-07-31 13:21:07 +02:00
parent fcb6d92dac
commit 0cb80302a9
No known key found for this signature in database
GPG key ID: 4F102D0C16E232F2

View file

@ -23,7 +23,7 @@
(
cd $dir
${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
'';