From 93549025ff3bdca67eb9e3ceeb202b1e30962934 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Fri, 23 Feb 2024 14:02:08 -0600 Subject: [PATCH] Add deploy-rs --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/flake.nix b/flake.nix index 13ba2b2..9e32a47 100644 --- a/flake.nix +++ b/flake.nix @@ -29,6 +29,12 @@ url = "github:Mic92/sops-nix"; inputs.nixpkgs.follows = "nixpkgs"; }; + + # deploy-rs + deploy-rs = { + url = "github:serokell/deploy-rs"; + inputs.nixpkgs.follows = "nixpkgs"; + }; }; # The `@` syntax here is used to alias the attribute set of the