From c4e555842d79e9abd2a432c4fa9eb6722b214141 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 12 Aug 2023 17:22:05 -0400 Subject: hosts: nixinate -> deploy-rs --- flake.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index a5cb141..79a7867 100644 --- a/flake.nix +++ b/flake.nix @@ -24,6 +24,13 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + deploy-rs = { + url = "github:serokell/deploy-rs"; + inputs.nixpkgs.follows = "nixpkgs"; + inputs.utils.follows = "flake-utils"; + inputs.flake-compat.follows = "flake-compat"; + }; + # this is just to avoid having multiple versions in flake.lock flake-compat = { url = "github:edolstra/flake-compat"; @@ -63,11 +70,6 @@ inputs.pre-commit-hooks-nix.follows = "pre-commit-hooks"; }; - nixinate = { - url = "github:MatthewCroughan/nixinate"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - nix-index-database = { url = "github:nix-community/nix-index-database"; inputs.nixpkgs.follows = "nixpkgs"; -- cgit v1.2.3