From 17b4ee1f87c6645302240b72503e70c869b3e60f Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 13 Jun 2026 22:07:08 +0200 Subject: modules/atuin-sync: Replace `atuin` with `turtle` --- flake.lock | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index df3cfce..77499fc 100644 --- a/flake.lock +++ b/flake.lock @@ -442,7 +442,8 @@ "rust-overlay": "rust-overlay", "simple-nixos-mailserver": "simple-nixos-mailserver", "systems": "systems", - "treefmt-nix": "treefmt-nix" + "treefmt-nix": "treefmt-nix", + "turtle": "turtle" } }, "rust-overlay": { @@ -525,6 +526,27 @@ "repo": "treefmt-nix", "type": "github" } + }, + "turtle": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1781376339, + "narHash": "sha256-h7Madx8B9ECeQcpoN79eI2l4+QSSD9o5Sl8vMNRcvxY=", + "ref": "main", + "rev": "478ccf2b33ee06f43a27378992280b8f62de6531", + "revCount": 1833, + "type": "git", + "url": "https://git.foss-syndicate.org/bpeetz/forks/atuin" + }, + "original": { + "ref": "main", + "type": "git", + "url": "https://git.foss-syndicate.org/bpeetz/forks/atuin" + } } }, "root": "root", -- cgit v1.3.1