Skip to content

Instantly share code, notes, and snippets.

@monokrome
Created May 25, 2018 23:32
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 monokrome/2bebb3e215b06e42d2ea1632b9ec6b67 to your computer and use it in GitHub Desktop.
Save monokrome/2bebb3e215b06e42d2ea1632b9ec6b67 to your computer and use it in GitHub Desktop.
{ stdenv, libX11, libXrandr }:
stdenv.mkDerivation (self: {
name = "rotd";
src = ./.;
buildInputs = [
libX11
libXrandr
];
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment