summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-11-14 19:38:13 -0500
committerseth <[email protected]>2023-11-14 19:38:13 -0500
commitf281097023293a482498412d3760f350663b7314 (patch)
tree6f89ba89e92645e81acfa73223af044f38b06e1a /flake.nix
parent94dc521310b34b80158d1a0ab65d4daa3a44d81e (diff)
systems: nixinate -> deploy-rs (again)
this is for rollbacks during the deploy workflow
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix14
1 files changed, 9 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix
index f342e34..029478a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -46,6 +46,15 @@
};
};
+ deploy = {
+ url = "github:serokell/deploy-rs";
+ inputs = {
+ nixpkgs.follows = "nixpkgs";
+ utils.follows = "pre-commit/flake-utils";
+ flake-compat.follows = "pre-commit/flake-compat";
+ };
+ };
+
getchoo = {
url = "github:getchoo/nix-exprs";
inputs.nixpkgs.follows = "nixpkgs";
@@ -76,11 +85,6 @@
};
};
- nixinate = {
- url = "github:MatthewCroughan/nixinate";
- inputs.nixpkgs.follows = "nixpkgs";
- };
-
nix-index-database = {
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";