nixos: pin taffybar via github input (override locally when needed)

This commit is contained in:
2026-02-13 02:05:04 -08:00
committed by Kat Huang
parent 6f7926cd48
commit 27c6b2af3c
3 changed files with 30 additions and 10 deletions

View File

@@ -125,10 +125,9 @@
};
taffybar = {
# Use git+file so Nix locks to the git revision and ignores local build
# artifacts (e.g. dist-newstyle, .direnv) that would otherwise make the
# narHash differ across machines.
url = "git+file:///home/imalison/dotfiles/dotfiles/config/taffybar/taffybar";
# Use a remote, lockfile-pinned input so rebuilds are reproducible across
# machines. For local development, use `nixos-rebuild --override-input taffybar path:...`.
url = "github:taffybar/taffybar";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";