Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Created July 27, 2019 22:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cleverca22/215f2300e8259d2c57f1fb9a9a421491 to your computer and use it in GitHub Desktop.
Save cleverca22/215f2300e8259d2c57f1fb9a9a421491 to your computer and use it in GitHub Desktop.
let
pkgs2 = import (builtins.fetchTarball https://github.com/nixos/nixpkgs/archive/bc94dcf5002.tar.gz) {
config = {
allowUnfree = true;
allowBroken = true;
packageOverrides = pkgs: {
enableProprietaryCodecs = false;
};
};
};
ts = pkgs2.libsForQt56.callPackage (pkgs2.path + "/pkgs/applications/networking/instant-messengers/teamspeak/client.nix") {};
in ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment