summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2018-07-18 20:37:37 +0200
committerAlan Pearce2018-07-18 20:37:37 +0200
commit454d3c333e7424c62247c38fbbe681ccdb422bd2 (patch)
tree6757dd786dc0783576fca492479fd70276ebf0bd
parent35d9c9a4e7c785ae4707174872b09d1327cf9ec5 (diff)
downloadnixos-configuration-454d3c333e7424c62247c38fbbe681ccdb422bd2.tar.lz
nixos-configuration-454d3c333e7424c62247c38fbbe681ccdb422bd2.tar.zst
nixos-configuration-454d3c333e7424c62247c38fbbe681ccdb422bd2.zip
Use newer versions of password managers
They need to be kept up-to-date with their corresponding browser
plugins, which are auto-updated. Using unstable nixpkgs here should
reduce the frequency of breakages
-rw-r--r--modules/programs/passwords.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/programs/passwords.nix b/modules/programs/passwords.nix
index c93b1ff..094ad29 100644
--- a/modules/programs/passwords.nix
+++ b/modules/programs/passwords.nix
@@ -1,6 +1,6 @@
 { config, pkgs, ... }:
 
-{ environment.systemPackages = with pkgs; [
+{ environment.systemPackages = with pkgs.unstable; [
     keepassx-community
     rofi-pass
     pass