fix: use portable taffybar submodule path

This commit is contained in:
2026-07-12 18:23:09 -07:00
parent 2de5618ea0
commit d56f728fdd
2 changed files with 3 additions and 3 deletions

View File

@@ -142,11 +142,11 @@
"rev": "edb35b03f9c3f6370a2749d1a2203dcaccf00a2b",
"revCount": 2371,
"type": "git",
"url": "file:///srv/dotfiles/dotfiles/config/taffybar/taffybar"
"url": "file:./dotfiles/config/taffybar/taffybar"
},
"original": {
"type": "git",
"url": "file:///srv/dotfiles/dotfiles/config/taffybar/taffybar"
"url": "file:./dotfiles/config/taffybar/taffybar"
}
},
"weeder-nix": {

View File

@@ -3,7 +3,7 @@
taffybar = {
# Use the vendored checkout so normal NixOS rebuilds consume the same
# taffybar tree used for local development.
url = "git+file:///srv/dotfiles/dotfiles/config/taffybar/taffybar";
url = "git+file:./dotfiles/config/taffybar/taffybar";
inputs.weeder-nix = {
url = "github:NorfairKing/weeder-nix";
inputs.pre-commit-hooks.inputs.nixpkgs.follows = "nixpkgs";