Skip to content

Instantly share code, notes, and snippets.

@srhb
Created September 5, 2018 09:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srhb/1314c4aaeccbcd6c31e010589dd0ee86 to your computer and use it in GitHub Desktop.
Save srhb/1314c4aaeccbcd6c31e010589dd0ee86 to your computer and use it in GitHub Desktop.
let
overlay = self: super: {
nix = super.nix.overrideAttrs (oa: {
doCheck = false;
});
};
in
import <nixpkgs> { overlays = [ overlay ]; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment