Skip to content

Instantly share code, notes, and snippets.

Created October 30, 2017 23:29
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 anonymous/555c43b89c29e964d676774bdf873f47 to your computer and use it in GitHub Desktop.
Save anonymous/555c43b89c29e964d676774bdf873f47 to your computer and use it in GitHub Desktop.
wlc = super.wlc.overrideDerivation (old: {
name = "wlc-0.0.10";
src = pkgs.fetchFromGitHub {
owner = "Cloudef";
repo = "wlc";
rev = "v0.0.10";
fetchSubmodules = true;
sha256 =
"09kvwhrpgkxlagn9lgqxc80jbg56djn29a6z0n6h0dsm90ysyb2k";
};
});
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment