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.lock | |
| parent | a5792c3e9a127e0c2ac1b5de022aa44e51570073 (diff) | |
hosts: nixinate -> deploy-rs
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 48 |
1 files changed, 27 insertions, 21 deletions
@@ -95,6 +95,32 @@ "type": "github" } }, + "deploy-rs": { + "inputs": { + "flake-compat": [ + "flake-compat" + ], + "nixpkgs": [ + "nixpkgs" + ], + "utils": [ + "flake-utils" + ] + }, + "locked": { + "lastModified": 1686747123, + "narHash": "sha256-XUQK9kwHpTeilHoad7L4LjMCCyY13Oq383CoFADecRE=", + "owner": "serokell", + "repo": "deploy-rs", + "rev": "724463b5a94daa810abfc64a4f87faef4e00f984", + "type": "github" + }, + "original": { + "owner": "serokell", + "repo": "deploy-rs", + "type": "github" + } + }, "flake-compat": { "flake": false, "locked": { @@ -302,26 +328,6 @@ "type": "github" } }, - "nixinate": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1688141737, - "narHash": "sha256-qHrNMYWukOKmKVf6wXOGKj1xxUnOGjvTRbt/PLLXuBE=", - "owner": "MatthewCroughan", - "repo": "nixinate", - "rev": "7902ae845e6cc5bd450e510cdf5e009a6e4a44d9", - "type": "github" - }, - "original": { - "owner": "MatthewCroughan", - "repo": "nixinate", - "type": "github" - } - }, "nixos-hardware": { "locked": { "lastModified": 1691730710, @@ -517,6 +523,7 @@ "root": { "inputs": { "darwin": "darwin", + "deploy-rs": "deploy-rs", "flake-compat": "flake-compat", "flake-parts": "flake-parts", "flake-utils": "flake-utils", @@ -525,7 +532,6 @@ "home-manager": "home-manager", "lanzaboote": "lanzaboote", "nix-index-database": "nix-index-database", - "nixinate": "nixinate", "nixos-hardware": "nixos-hardware", "nixos-wsl": "nixos-wsl", "nixpkgs": "nixpkgs_2", |
