Created
September 5, 2018 09:14
-
-
Save srhb/73276c63d8aa58ea72e3f405a60b3ee3 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
let | |
overlay = self: super: { | |
nix = super.nix.overrideAttrs (oa: { | |
doCheck = false; | |
}); | |
}; | |
in | |
{ pkgs? import <nixpkgs> { overlays = [ overlay ];} }: | |
pkgs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment