Skip to content

Instantly share code, notes, and snippets.

@Enzime
Created August 10, 2017 21:32
Show Gist options
  • Save Enzime/6419498fd8d8efcdb647e08b9763b7b2 to your computer and use it in GitHub Desktop.
Save Enzime/6419498fd8d8efcdb647e08b9763b7b2 to your computer and use it in GitHub Desktop.
with import <nixpkgs> {};
buildPythonPackage {
name = "qutebrowser-dev";
buildInputs = with pkgs.pythonPackages; [ tox ];
src = ./.;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment