1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-10-22 04:57:26 +02:00

firefox: change container.json version to 5

This commit is contained in:
Scharada 2024-10-18 21:24:18 +02:00 committed by Robert Helgesson
parent 802b3cb2d4
commit 122f70545b
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED
2 changed files with 2 additions and 2 deletions

View file

@ -101,7 +101,7 @@ let
}; };
in '' in ''
${builtins.toJSON { ${builtins.toJSON {
version = 4; version = 5;
lastUserContextId = lastUserContextId =
foldlAttrs (acc: _: value: if value.id > acc then value.id else acc) 0 foldlAttrs (acc: _: value: if value.id > acc then value.id else acc) 0
containers; containers;

View file

@ -1 +1 @@
{"identities":[{"color":"yellow","icon":"circle","name":"shopping","public":true,"userContextId":0},{"accessKey":"","color":"","icon":"","name":"userContextIdInternal.thumbnail","public":false,"userContextId":4294967294},{"accessKey":"","color":"","icon":"","name":"userContextIdInternal.webextStorageLocal","public":false,"userContextId":4294967295}],"lastUserContextId":0,"version":4} {"identities":[{"color":"yellow","icon":"circle","name":"shopping","public":true,"userContextId":0},{"accessKey":"","color":"","icon":"","name":"userContextIdInternal.thumbnail","public":false,"userContextId":4294967294},{"accessKey":"","color":"","icon":"","name":"userContextIdInternal.webextStorageLocal","public":false,"userContextId":4294967295}],"lastUserContextId":0,"version":5}