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 1854b69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ repos:
rev: v1.3.0
hooks:
- id: nixpkgs-fmt
- repo: https://github.com/astro/deadnix
rev: v1.2.1
hooks:
- id: deadnix
stages: [commit]
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.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 1854b69

Please sign in to comment.