Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

damoun/pass-cli-flake

Open more actions menu

Repository files navigation

pass-cli-flake

A Nix Flake for the Proton Pass CLI.

This flake packages the official pre-compiled binaries from Proton, ensuring reproducibility and pure evaluation by tracking versions and hashes in a local versions.json manifest.

Usage

Run directly

nix run github:damoun/pass-cli-flake -- --help

Use as a Flake Input

Add it to your flake.nix:

{
  inputs = {
    pass-cli.url = "github:damoun/pass-cli-flake";
  };

  outputs = { self, nixpkgs, pass-cli, ... }: {
    # Use pass-cli.packages.${system}.default in your configuration
  };
}

Automation

  • Renovate: Automatically tracks new tags in the upstream repository.
  • GitHub Actions: When Renovate detects a new version, a GitHub Action automatically updates versions.json and validates it against a formal JSON Schema.
  • Security: Includes automated security scanning via reusable workflows.

License

This flake and its Nix expressions are licensed under the MIT License. The pass-cli binary itself is subject to Proton's own licensing terms.

About

Nix Flake for Proton Pass CLI

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.