´Use inputsFrom
This commit is contained in:
parent
0ac8b9ed62
commit
754cfcf122
@ -73,7 +73,7 @@
|
|||||||
packages.default = self.packages.${system}.nextpnr;
|
packages.default = self.packages.${system}.nextpnr;
|
||||||
|
|
||||||
devShell = pkgs.mkShell {
|
devShell = pkgs.mkShell {
|
||||||
buildInputs = [ self.packages.${system}.default ];
|
inputsFrom = [ self.packages.${system}.default ];
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
export TRELLIS_INSTALL_PREFIX=${pkgs.trellis}
|
export TRELLIS_INSTALL_PREFIX=${pkgs.trellis}
|
||||||
|
Loading…
Reference in New Issue
Block a user