Switch keepbook flake input from local path to GitHub
The local path: input broke system.autoUpgrade since the path doesn't exist when building from the GitHub flake URL. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
};
|
||||
|
||||
keepbook = {
|
||||
url = "path:/home/imalison/Projects/keepbook";
|
||||
url = "github:colonelpanic8/keepbook";
|
||||
inputs = {
|
||||
nixpkgs.follows = "nixpkgs";
|
||||
flake-utils.follows = "flake-utils";
|
||||
|
||||
Reference in New Issue
Block a user