diff options
| author | seth <[email protected]> | 2023-11-14 19:38:13 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-14 19:38:13 -0500 |
| commit | f281097023293a482498412d3760f350663b7314 (patch) | |
| tree | 6f89ba89e92645e81acfa73223af044f38b06e1a /flake.nix | |
| parent | 94dc521310b34b80158d1a0ab65d4daa3a44d81e (diff) | |
systems: nixinate -> deploy-rs (again)
this is for rollbacks during the deploy workflow
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -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"; |
