summaryrefslogtreecommitdiffstats
path: root/nixos/modules/programs
diff options
context:
space:
mode:
authorSilvan Mosberger <infinisil@icloud.com>2019-04-28 20:05:24 +0200
committerWael Nasreddine <wael.nasreddine@gmail.com>2019-04-28 11:05:24 -0700
commitda4f6a2a09e39128c4eb4c8f41fb98e9afdb054a (patch)
tree25c7287990527483c1862ce9ca75d840fba04da3 /nixos/modules/programs
parent162546f0a175aa873f763a351341b8cec27e6f8c (diff)
browserpass: Remove v2 and switch to buildGoModule (#60282)
Diffstat (limited to 'nixos/modules/programs')
-rw-r--r--nixos/modules/programs/browserpass.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/nixos/modules/programs/browserpass.nix b/nixos/modules/programs/browserpass.nix
index 47b9d1ccb1f6..e1456d3c1848 100644
--- a/nixos/modules/programs/browserpass.nix
+++ b/nixos/modules/programs/browserpass.nix
@@ -26,16 +26,6 @@ with lib;
# brave
"opt/brave/native-messaging-hosts/${appId}".source = source "hosts/chromium";
"opt/brave/policies/managed/${appId}".source = source "policies/chromium";
- }
- # As with the v2 backwards compatibility in the pkgs.browserpass
- # declaration, this part can be removed once the browser extension
- # auto-updates to v3 (planned 2019-04-13, see
- # https://github.com/browserpass/browserpass-native/issues/31)
- // {
- "chromium/native-messaging-hosts/com.dannyvankooten.browserpass.json".source = "${pkgs.browserpass}/etc/chrome-host.json";
- "chromium/policies/managed/com.dannyvankooten.browserpass.json".source = "${pkgs.browserpass}/etc/chrome-policy.json";
- "opt/chrome/native-messaging-hosts/com.dannyvankooten.browserpass.json".source = "${pkgs.browserpass}/etc/chrome-host.json";
- "opt/chrome/policies/managed/com.dannyvankooten.browserpass.json".source = "${pkgs.browserpass}/etc/chrome-policy.json";
};
nixpkgs.config.firefox.enableBrowserpass = true;
};