diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-18 22:51:37 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-18 22:53:09 +0200 |
| commit | b245a874bb6ece335f4bc7b2eac8376c55a3f463 (patch) | |
| tree | 86582c545e89023fe06b5afb65036caa23e2c8d6 /flake.lock | |
| parent | scripts/check.sh: Improve UX (diff) | |
| download | nixos-server-b245a874bb6ece335f4bc7b2eac8376c55a3f463.zip | |
{flake.nix,hosts/}: Remove deploy-rs
It's not used (besides the deploy-tests, which didn't really do much),
and they have broken string escapes, which emit warnings.
That they have these warnings for over a month shows that upstream is
not that responsive, not a good sign.
Diffstat (limited to '')
| -rw-r--r-- | flake.lock | 26 |
1 files changed, 0 insertions, 26 deletions
@@ -80,32 +80,6 @@ "type": "github" } }, - "deploy-rs": { - "inputs": { - "flake-compat": [ - "flake-compat" - ], - "nixpkgs": [ - "nixpkgs" - ], - "utils": [ - "flake-utils" - ] - }, - "locked": { - "lastModified": 1781627888, - "narHash": "sha256-5yHuAh9k7rT7rtf3uRaXkiUyYvQE9oaCgzhprLm2mr8=", - "owner": "serokell", - "repo": "deploy-rs", - "rev": "6d3087eedff75a715b40c0e124ba15d2dd7bec28", - "type": "github" - }, - "original": { - "owner": "serokell", - "repo": "deploy-rs", - "type": "github" - } - }, "disko": { "inputs": { "nixpkgs": [ |
