Skip to content

Commit

Permalink
fix(packages): Add libfido2
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jan 2, 2024
1 parent 735afff commit 115a621
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/shell/bitwarden.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ in {
user.packages = with pkgs; [
bitwarden
bitwarden-cli
my.goldwarden
];

modules.shell.zsh.rcInit = "_cache bw completion --shell zsh; compdef _bw bw;";
Expand Down
5 changes: 5 additions & 0 deletions packages/goldwarden.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
lib,
buildGoModule,
fetchFromGitHub,
pkgs,
}:
buildGoModule rec {
pname = "goldwarden";
Expand All @@ -18,6 +19,10 @@ buildGoModule rec {

ldflags = ["-s" "-w"];

buildInputs = [
pkgs.libfido2
];

meta = with lib; {
description = "A feature-packed Bitwarden compatible desktop integration";
homepage = "https://github.com/quexten/goldwarden";
Expand Down

0 comments on commit 115a621

Please sign in to comment.