Skip to content

Instantly share code, notes, and snippets.

@dhess
Created June 10, 2018 10:07
Show Gist options
  • Save dhess/022aa4a53ce5d363308802034bf67bfc to your computer and use it in GitHub Desktop.
Save dhess/022aa4a53ce5d363308802034bf67bfc to your computer and use it in GitHub Desktop.
self: super:
with super.lib;
(foldl' (flip extends) (_: super) [
(import ../../../git/nixpkgs-dhess)
(import ../../../git/nixpkgs-dhess-fonts)
# Private stuff that isn't in the public overlay.
(import ./private.nix)
# My "meta" environment, which pulls all the others in.
(import ./meta.nix)
]) self
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment