Propagate taffybar tray startup fix through local flakes

This commit is contained in:
2026-03-21 12:01:11 -07:00
committed by Kat Huang
parent 74ccd6ac98
commit 25a84fa685
5 changed files with 31 additions and 21 deletions

View File

@@ -288,14 +288,17 @@
"xmonad-contrib": "xmonad-contrib"
},
"locked": {
"lastModified": 1773988595,
"narHash": "sha256-Zhsp/uRmTRaTkXL/hKwcSPZAHohCw26631Sg43LtvYQ=",
"path": "/home/imalison/dotfiles/dotfiles/config/taffybar/taffybar",
"type": "path"
"lastModified": 1774119529,
"narHash": "sha256-Sx+Lpd5y9zp79/oHkNIsd8Z52g271PO/1fQXcqaDtNc=",
"ref": "refs/heads/master",
"rev": "7feaa6a9881376fecf4645cc84e93f3173f6fcb3",
"revCount": 2266,
"type": "git",
"url": "file:///home/imalison/dotfiles/dotfiles/config/taffybar/taffybar"
},
"original": {
"path": "/home/imalison/dotfiles/dotfiles/config/taffybar/taffybar",
"type": "path"
"type": "git",
"url": "file:///home/imalison/dotfiles/dotfiles/config/taffybar/taffybar"
}
},
"weeder-nix": {

View File

@@ -49,7 +49,10 @@
flake = false;
};
taffybar = {
url = "path:/home/imalison/dotfiles/dotfiles/config/taffybar/taffybar";
# Use the local git checkout, not a raw path snapshot, so gitignored
# build artifacts like dist-newstyle/.worktrees/.direnv don't get copied
# into flake-input store sources.
url = "git+file:///home/imalison/dotfiles/dotfiles/config/taffybar/taffybar";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
inputs.xmonad.follows = "xmonad";