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",
|
"rev": "edb35b03f9c3f6370a2749d1a2203dcaccf00a2b",
|
||||||
"revCount": 2371,
|
"revCount": 2371,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "file:///srv/dotfiles/dotfiles/config/taffybar/taffybar"
|
"url": "file:./dotfiles/config/taffybar/taffybar"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "file:///srv/dotfiles/dotfiles/config/taffybar/taffybar"
|
"url": "file:./dotfiles/config/taffybar/taffybar"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"weeder-nix": {
|
"weeder-nix": {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
taffybar = {
|
taffybar = {
|
||||||
# Use the vendored checkout so normal NixOS rebuilds consume the same
|
# Use the vendored checkout so normal NixOS rebuilds consume the same
|
||||||
# taffybar tree used for local development.
|
# 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 = {
|
inputs.weeder-nix = {
|
||||||
url = "github:NorfairKing/weeder-nix";
|
url = "github:NorfairKing/weeder-nix";
|
||||||
inputs.pre-commit-hooks.inputs.nixpkgs.follows = "nixpkgs";
|
inputs.pre-commit-hooks.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|||||||
Reference in New Issue
Block a user