Created
June 10, 2018 22:08
-
-
Save pjan/d3fdbf0f7db52fc779d61cb3def0c4c8 to your computer and use it in GitHub Desktop.
Taffybar nix overlay through import from repository pjan/taffybar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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