diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-13 22:07:08 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-13 22:07:08 +0200 |
| commit | 17b4ee1f87c6645302240b72503e70c869b3e60f (patch) | |
| tree | 2cd8300d89c98b41fe35163f3ef048fb29bfc008 /flake.lock | |
| parent | scripts/check.sh: Improve readability (diff) | |
| download | nixos-server-17b4ee1f87c6645302240b72503e70c869b3e60f.zip | |
modules/atuin-sync: Replace `atuin` with `turtle`
Diffstat (limited to '')
| -rw-r--r-- | flake.lock | 24 |
1 files changed, 23 insertions, 1 deletions
@@ -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", |
