update devshell

This commit is contained in:
TheWanderingCrow 2025-06-25 08:44:11 -04:00
parent 5b61c605cc
commit 34d8e3b998

View file

@ -6,4 +6,8 @@ pkgs.mkShell {
git
vim
];
shellHook = ''
git pull
'';
}