Skip to content

Commit

Permalink
Add buildInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ninokeldishvili committed May 7, 2024
1 parent 33f21b4 commit 3818686
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@
packages.security-check
];
shellHook = rainix.devShells.${system}.default.shellHook;
buildInputs = rainix.devShells.${system}.default.buildInputs;
buildInputs = rainix.devShells.${system}.default.buildInputs ++ [
pkgs.nodejs-18_x
pkgs.slither-analyzer
];
nativeBuildInputs = rainix.devShells.${system}.default.nativeBuildInputs;
};
}
Expand Down

0 comments on commit 3818686

Please sign in to comment.