We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339886e commit d4556b2Copy full SHA for d4556b2
templates/chisel/flake.nix
@@ -29,6 +29,6 @@
29
nativeBuildInputs = [ pkgs.cargo pkgs.rustfmt pkgs.rust-analyzer ];
30
RUST_SRC_PATH =
31
"${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
32
- } // pkgs.gcd.tb-dpi-lib.env);
+ } // pkgs.gcd.tb-dpi-lib.env // pkgs.gcd.gcd-compiled.env);
33
});
34
}
templates/chisel/nix/gcd/gcd.nix
@@ -56,6 +56,7 @@ let
56
57
58
inherit target;
59
+ inherit env;
60
};
61
62
shellHook = ''
0 commit comments