Created
June 10, 2018 10:07
-
-
Save dhess/022aa4a53ce5d363308802034bf67bfc to your computer and use it in GitHub Desktop.
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: | |
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