´Use inputsFrom

This commit is contained in:
Roland Coeurjoly 2024-02-29 14:59:09 +01:00
parent 0ac8b9ed62
commit 754cfcf122

View File

@ -73,7 +73,7 @@
packages.default = self.packages.${system}.nextpnr;
devShell = pkgs.mkShell {
buildInputs = [ self.packages.${system}.default ];
inputsFrom = [ self.packages.${system}.default ];
shellHook = ''
export TRELLIS_INSTALL_PREFIX=${pkgs.trellis}