mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-22 09:21:29 +00:00
flake: add ccache for devshell
This commit is contained in:
parent
9e7007b060
commit
27a1257f7b
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
packages.default = yosys;
|
||||
defaultPackage = yosys;
|
||||
devShell = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [ clang llvmPackages.bintools gcc bison flex libffi tcl readline python3 zlib git gtest abc-verifier verilog boost python3Packages.boost ];
|
||||
buildInputs = with pkgs; [ clang llvmPackages.bintools gcc bison flex libffi tcl readline python3 zlib git gtest abc-verifier verilog boost python3Packages.boost ccache ];
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue