add buildifier to the development shell

This commit is contained in:
Brian Hicks 2023-05-02 08:48:06 -05:00
parent d1cb5e4c00
commit 4db7f76d3a
No known key found for this signature in database
GPG Key ID: C4F324B9CAAB0D50

View File

@ -41,5 +41,8 @@ stdenv.mkDerivation {
# stuff we need for running builds in a `nix-shell --pure` environment.
which
netcat-gnu
# Buck dependencies
buildifier
] ++ lib.optionals stdenv.isLinux [ pkgs.fsatrace pkgs.strace pkgs.cacert ];
}