Bitwarden broke and now stable 26.05

This commit is contained in:
Olaf
2026-05-31 09:28:21 +02:00
parent 07aafd820c
commit 126b92831a
6 changed files with 41 additions and 35 deletions
+4 -1
View File
@@ -1,7 +1,7 @@
{ config, pkgs, ... }:
let
emacsOverlaySha256 = "11p1c1l04zrn8dd5w8zyzlv172z05dwi9avbckav4d5fk043m754";
emacsOverlaySha256 = "1hr951gdyqymb1rlkpxb09cx02a6h99sd9fsk7744hvqsdpz5hd6";
in
{
home-manager.backupFileExtension = "nix-backup";
@@ -11,6 +11,9 @@ in
allowBroken = true;
allowInsecure = false;
allowUnsupportedSystem = true;
permittedInsecurePackages = [
"electron-39.8.10"
];
};
overlays =