Skip to content

Instantly share code, notes, and snippets.

@srhb
Created September 5, 2018 09:14
Show Gist options
  • Save srhb/73276c63d8aa58ea72e3f405a60b3ee3 to your computer and use it in GitHub Desktop.
Save srhb/73276c63d8aa58ea72e3f405a60b3ee3 to your computer and use it in GitHub Desktop.
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