Skip to content

Instantly share code, notes, and snippets.

@pjan
Created June 10, 2018 22:08
Show Gist options
  • Save pjan/d3fdbf0f7db52fc779d61cb3def0c4c8 to your computer and use it in GitHub Desktop.
Save pjan/d3fdbf0f7db52fc779d61cb3def0c4c8 to your computer and use it in GitHub Desktop.
Taffybar nix overlay through import from repository pjan/taffybar
self: super:
{
taffybar = (import (pkgs.fetchFromGitHub {
owner = "pjan";
repo = "taffybar";
rev = "8a2148602f189b37cd8acdc453c2f8714e702268";
sha256 = "1qsqjr6sq6sqfhw9kr7cjvy68xb8mli9kjspfrmm1m454i6pq37i";
})).taffybar;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment