mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-09 18:41:06 +01:00
firefox: change container.json version to 5
This commit is contained in:
parent
802b3cb2d4
commit
122f70545b
2 changed files with 2 additions and 2 deletions
|
|
@ -101,7 +101,7 @@ let
|
|||
};
|
||||
in ''
|
||||
${builtins.toJSON {
|
||||
version = 4;
|
||||
version = 5;
|
||||
lastUserContextId =
|
||||
foldlAttrs (acc: _: value: if value.id > acc then value.id else acc) 0
|
||||
containers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue