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:
2026-04-27 11:10:42 -07:00
parent 156d04a4a8
commit 9c901f84a3
2 changed files with 10 additions and 7 deletions

15
nixos/flake.lock generated
View File

@@ -1548,14 +1548,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1777148012, "lastModified": 1777261868,
"narHash": "sha256-ExYOcgFOu8yTU00ZvZC0QLLuigaest/zhc3ecJsXnfs=", "narHash": "sha256-30E1RBr0FGrf1IdXi2OKua+vQ4sUvjwUq6lfC1qcBug=",
"path": "/home/imalison/Projects/keepbook", "owner": "colonelpanic8",
"type": "path" "repo": "keepbook",
"rev": "2e178e7ba864af0a880456dca241615dd75afd24",
"type": "github"
}, },
"original": { "original": {
"path": "/home/imalison/Projects/keepbook", "owner": "colonelpanic8",
"type": "path" "repo": "keepbook",
"type": "github"
} }
}, },
"mova": { "mova": {

View File

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