Skip to content

Commit

Permalink
[nix] add cmake into docker
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin authored and sequencer committed Jan 21, 2025
1 parent 697766b commit 11b32c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/t1/release/docker-image.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
, patch
, xz
, file
, cmake

# Doc deps
, stdenvNoCC
Expand Down Expand Up @@ -111,6 +112,7 @@ dockerTools.streamLayeredImage {
file
verilator-emu
jq
cmake
];

enableFakechroot = true;
Expand Down

0 comments on commit 11b32c7

Please sign in to comment.