Skip to content

Commit

Permalink
fix(darwin): add temp bitwarden-cli overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
konradmalik committed Sep 8, 2024
1 parent f48bb99 commit d05d0a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hosts/common/modules/nix/shared.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ in
final: prev:
(import ../../../../pkgs/installable { pkgs = final; })
// {
# until it's fixed on darwin
bitwarden-cli = final.stable.bitwarden-cli;
stable = import inputs.nixpkgs-stable {
system = final.system;
config = final.config;
Expand All @@ -30,7 +32,7 @@ in
};
nix = {
package = pkgs.nixVersions.latest;
# make `nix run nixpkgs#nixpkgs` use the same nixpkgs as the one used by this flake.
# make `nix run nixpkgs#something` use the same nixpkgs as the one used by this flake.
registry = {
nixpkgs.flake = inputs.nixpkgs;
nixpkgs-stable.flake = inputs.nixpkgs-stable;
Expand Down

0 comments on commit d05d0a5

Please sign in to comment.