Skip to content

Instantly share code, notes, and snippets.

@msteen
Created February 7, 2019 19:09
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 msteen/bee03b9038573798f64a1f42171b02e6 to your computer and use it in GitHub Desktop.
Save msteen/bee03b9038573798f64a1f42171b02e6 to your computer and use it in GitHub Desktop.
self: super:
{
unstableSelf = let pkgs = self; in import /wheel/fork/nixpkgs-unstable { config = { allowUnfree = true; }; overlays = [ (self: super: {
callPackage = super.lib.callPackageWith (pkgs // builtins.removeAttrs pkgs.xorg [ "callPackage" "newScope" "overrideScope" "packages" ]);
}) ]; };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment