Skip to content

Commit

Permalink
actually use bitwarden package
Browse files Browse the repository at this point in the history
  • Loading branch information
stehessel committed Sep 27, 2024
1 parent c7e4503 commit 7011f50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
}:
let
# Pinned packages.
bitwarden = inputs.nixpkgs-stable.pkgs.bitwarden-cli;
custom = import ./pkgs { inherit pkgs; };
golang = (import inputs.nixpkgs-golang { inherit system; }).go_1_22;
stable = import inputs.nixpkgs-stable { inherit system; };
terraform = inputs.nixpkgs-terraform.packages.${system}."1.5.7";

# Add Darwin packages here.
Expand Down Expand Up @@ -126,6 +126,7 @@
prometheus
wget
;
inherit (stable) bitwarden-cli;
go = golang;
helm = pkgs.kubernetes-helm;
jsonnet = pkgs.go-jsonnet;
Expand Down

0 comments on commit 7011f50

Please sign in to comment.