Skip to content

Instantly share code, notes, and snippets.

@NilsIrl
Created December 30, 2020 04:46
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 NilsIrl/189a4e809d2b28221c990f2876782429 to your computer and use it in GitHub Desktop.
Save NilsIrl/189a4e809d2b28221c990f2876782429 to your computer and use it in GitHub Desktop.
mozilla-vpn-client default.nix for development
with import <nixpkgs> {};
pkgs.mkShell {
buildInputs = [
pkgs.qt5.full
pkgs.qt5.qtnetworkauth
pkgs.polkit
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment