summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-08-12 17:22:05 -0400
committerseth <[email protected]>2023-08-12 17:32:33 -0400
commitc4e555842d79e9abd2a432c4fa9eb6722b214141 (patch)
tree1461b1b0c64f1bb9d6b1ebae4c1924fb99bf0bf1 /flake.nix
parenta5792c3e9a127e0c2ac1b5de022aa44e51570073 (diff)
hosts: nixinate -> deploy-rs
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix12
1 files changed, 7 insertions, 5 deletions
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";