chore(flake): use local keepbook checkout

This commit is contained in:
2026-04-20 13:07:27 -07:00
parent fb9b526be4
commit 64f84cc946
2 changed files with 7 additions and 10 deletions

View File

@@ -47,7 +47,7 @@
};
keepbook = {
url = "github:colonelpanic8/keepbook";
url = "path:/home/imalison/Projects/keepbook";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";