Skip to content

Instantly share code, notes, and snippets.

@LnL7

LnL7/pass.nix Secret

Created January 6, 2020 22:52
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 LnL7/fbd9056f975fbcad0ef11d1266104902 to your computer and use it in GitHub Desktop.
Save LnL7/fbd9056f975fbcad0ef11d1266104902 to your computer and use it in GitHub Desktop.
{ pkgs ? import nixpkgs {}
, nixpkgs ? builtins.fetchTarball {
url = "https://releases.nixos.org/nixpkgs/nixpkgs-20.03pre207249.7e8454fb856/nixexprs.tar.xz";
sha256 = "1rdnhpvnchmws86lr6dq6bj14b166gnpj7n1sy6ps19vnmj6xfq9";
}
}:
pkgs.pass.withExtensions (es: [ es.pass-otp ])
# /nix/store/rbcsfw61izrl5x3glysipilbc83xyn7m-password-store-1.7.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment