Updated default dev shell packages

This commit is contained in:
Alejandro Angulo 2023-04-02 16:40:36 -07:00
parent 74c7294359
commit 49a3f91200
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -35,7 +35,9 @@
name = "DevShell"; name = "DevShell";
buildInputs = with channels.nixpkgs; [ buildInputs = with channels.nixpkgs; [
alejandra alejandra
nixpkgs-lint direnv
git
pre-commit
]; ];
}; };
}; };