mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-04 07:02:12 +03:00
add buildifier to the development shell
This commit is contained in:
parent
d1cb5e4c00
commit
4db7f76d3a
@ -41,5 +41,8 @@ stdenv.mkDerivation {
|
|||||||
# stuff we need for running builds in a `nix-shell --pure` environment.
|
# stuff we need for running builds in a `nix-shell --pure` environment.
|
||||||
which
|
which
|
||||||
netcat-gnu
|
netcat-gnu
|
||||||
|
|
||||||
|
# Buck dependencies
|
||||||
|
buildifier
|
||||||
] ++ lib.optionals stdenv.isLinux [ pkgs.fsatrace pkgs.strace pkgs.cacert ];
|
] ++ lib.optionals stdenv.isLinux [ pkgs.fsatrace pkgs.strace pkgs.cacert ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user