finish migrating to gitlab

This commit is contained in:
2025-12-21 21:01:02 +01:00
parent 45e09482be
commit cb08cc0786
7 changed files with 8 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
in {
devShells."${system}" = {
default = pkgs.mkShell {
packages = with pkgs; [ bun nodejs deno ];
packages = with pkgs; [ bun biome ];
shellHook = ''
echo Loaded the qweribot dev shell
'';