diff options
| author | seth <[email protected]> | 2023-08-12 17:22:05 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-08-12 17:32:33 -0400 |
| commit | c4e555842d79e9abd2a432c4fa9eb6722b214141 (patch) | |
| tree | 1461b1b0c64f1bb9d6b1ebae4c1924fb99bf0bf1 /flake.nix | |
| parent | a5792c3e9a127e0c2ac1b5de022aa44e51570073 (diff) | |
hosts: nixinate -> deploy-rs
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -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"; |
