diff --git a/flake.nix b/flake.nix index f6014d0..e6a87d2 100644 --- a/flake.nix +++ b/flake.nix @@ -58,7 +58,10 @@ }; devShells.default = pkgs.mkShell { - buildInputs = [ deploy-rs.packages.${system}.deploy-rs ]; + buildInputs = [ + # deploy-rs.packages.${system}.deploy-rs + pkgs.deploy-rs + ]; shellHook = '' ${self.checks.${system}.pre-commit-check.shellHook} '';