Skip to content

Instantly share code, notes, and snippets.

@notmgsk
Created October 8, 2020 22:03
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 notmgsk/4ff41fddcbcc215eb491df35ed370779 to your computer and use it in GitHub Desktop.
Save notmgsk/4ff41fddcbcc215eb491df35ed370779 to your computer and use it in GitHub Desktop.
with import <nixpkgs> {};
let
in
stdenv.mkDerivation rec {
name = "rofi-bluetooth";
src = pkgs.fetchFromGitHub {
owner = "ClydeDroid";
repo = "rofi-bluetooth";
rev = "311ee43f655de94bbd4c35554f1071ec1bc64d78";
sha256 = "0hdih3x7zhnkyrxvjfrz5ms668hcfgjqbixkkyqw64pkf7cgwdp0";
};
buildInputs = [ pkgs.nix ];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment