From 754cfcf1225dc49c94c6696df1a05e83649365ad Mon Sep 17 00:00:00 2001 From: Roland Coeurjoly Date: Thu, 29 Feb 2024 14:59:09 +0100 Subject: [PATCH] =?UTF-8?q?=C2=B4Use=20inputsFrom?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index dd3fc23c..c9dd098e 100644 --- a/flake.nix +++ b/flake.nix @@ -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}