fix: use portable taffybar submodule path
This commit is contained in:
4
dotfiles/config/taffybar/flake.lock
generated
4
dotfiles/config/taffybar/flake.lock
generated
@@ -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": {
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user