Skip to content

Instantly share code, notes, and snippets.

@jD91mZM2
Created May 11, 2018 03:22
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 jD91mZM2/20962557fff676c9cc7269f913a5020b to your computer and use it in GitHub Desktop.
Save jD91mZM2/20962557fff676c9cc7269f913a5020b to your computer and use it in GitHub Desktop.
with import <nixpkgs> {};
stdenv.mkDerivation {
name = "powerline-rs";
nativeBuildInputs = pkgs.powerline-rs.nativeBuildInputs;
buildInputs = lib.remove pkgs.rustc pkgs.powerline-rs.buildInputs;
propagatedBuildInputs = pkgs.powerline-rs.propagatedBuildInputs;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment