Fix integration nix

This commit is contained in:
Kristoffer Dalby 2022-03-18 08:24:21 +00:00
parent 9d4822b8c7
commit ac5ad42474
2 changed files with 2 additions and 1 deletions

View file

@ -127,6 +127,7 @@
format = pkgs.runCommand "check-format"
{
buildInputs = with pkgs; [
gnumake
nixpkgs-fmt
golangci-lint
nodePackages.prettier