Skip to content

Instantly share code, notes, and snippets.

View tbenst's full-sized avatar

Tyler Benster tbenst

View GitHub Profile
@tbenst
tbenst / tb-overlay.nix
Last active October 27, 2018 04:14 — forked from LnL7/lnl-overlay.nix
self: super:
{
# Install overlay:
# > mkdir -p .config/nixpkgs/overlays
# # use ? to avoid caching
# > curl -L "https://gist.github.com/tbenst/0e2c7bd0219eda87e3915182071f224b/raw?$(date +%s%N)" -o ~/.config/nixpkgs/overlays/tb.nix
# > nix-env -f '<nixpkgs>' -r -iA userPackages
userPackages = super.userPackages or {} // {
hello = self.hello;