add deploy-rs to devshell

This commit is contained in:
William 2025-10-16 15:07:49 -03:00
parent af7467554f
commit 3792c11bf0

View file

@ -1,4 +1,4 @@
{ ... }: { inputs, ... }:
{ {
perSystem = perSystem =
@ -8,6 +8,7 @@
packages = with pkgs; [ packages = with pkgs; [
nil nil
nixfmt-rfc-style nixfmt-rfc-style
inputs.deploy-rs.packages.${pkgs.system}.default
]; ];
}; };
}; };