From 3792c11bf0a5ac033b63e795b2b23a7a3284ae09 Mon Sep 17 00:00:00 2001 From: William Date: Thu, 16 Oct 2025 15:07:49 -0300 Subject: [PATCH] add deploy-rs to devshell --- devShells.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devShells.nix b/devShells.nix index 254d604..25ee80d 100644 --- a/devShells.nix +++ b/devShells.nix @@ -1,4 +1,4 @@ -{ ... }: +{ inputs, ... }: { perSystem = @@ -8,6 +8,7 @@ packages = with pkgs; [ nil nixfmt-rfc-style + inputs.deploy-rs.packages.${pkgs.system}.default ]; }; };