From cb7ad4121b831c42478a446d7e9a6e916a651465 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 13 Jun 2026 22:10:41 +0200 Subject: modules/atuin: Use `turtle` instead --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index a5ada983..7aa74923 100644 --- a/flake.nix +++ b/flake.nix @@ -35,6 +35,7 @@ templates = sources.loadFlake "templates"; # my binaries qmk_firmware = sources.loadFlake "qmk_firmware"; + turtle = sources.loadFlake "turtle"; system = "x86_64-linux"; @@ -78,6 +79,7 @@ externalBinaries = { inherit qmk_firmware + turtle ; }; -- cgit v1.3.1