Skip to content

Commit aadf718

Browse files
committed
Flake: Fix renamed packages
1 parent db71253 commit aadf718

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nix/overlay.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ let
8686
in
8787
unmodified.overrideAttrs (old: {
8888
nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [
89-
prev.verilog
89+
prev.iverilog
9090
];
9191
});
9292

@@ -206,9 +206,9 @@ let
206206
--set GHC_PACKAGE_PATH "${old.passthru.env.NIX_GHC_LIBDIR}/package.conf.d:" \
207207
--prefix PATH : ${prev.lib.makeBinPath [
208208
prev.gcc
209-
prev.symbiyosys
209+
prev.sby
210210
prev.verilator
211-
prev.verilog
211+
prev.iverilog
212212
prev.yosys
213213
] ++ ghdl-llvm-opt} \
214214
--set LIBRARY_PATH ${prev.lib.makeLibraryPath [

0 commit comments

Comments
 (0)