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

15
nixos/flake.lock generated
View File

@@ -1548,17 +1548,14 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1775675359, "lastModified": 1776708499,
"narHash": "sha256-N7GT7LO8FVw/snk0nJMBAApJTDKxpNsi6GwV7DCQmaM=", "narHash": "sha256-NXhoKscAz7HgvALif18Lrbo0tYH/RASzk1CAFr+WwI0=",
"owner": "colonelpanic8", "path": "/home/imalison/Projects/keepbook",
"repo": "keepbook", "type": "path"
"rev": "33a01ff76cf078ed7806c8659cb28dff5c287fe2",
"type": "github"
}, },
"original": { "original": {
"owner": "colonelpanic8", "path": "/home/imalison/Projects/keepbook",
"repo": "keepbook", "type": "path"
"type": "github"
} }
}, },
"mova": { "mova": {

View File

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