mirror of
https://github.com/nix-community/home-manager
synced 2025-03-15 02:15:08 +01:00
Version Bump from 4 -> 5
This commit is contained in:
parent
2598861031
commit
de81a823d5
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ let
|
|||
};
|
||||
in ''
|
||||
${builtins.toJSON {
|
||||
version = 4;
|
||||
version = 5;
|
||||
lastUserContextId =
|
||||
elemAt (mapAttrsToList (_: container: container.id) containers) 0;
|
||||
identities = mapAttrsToList containerToIdentity containers ++ [
|
||||
|
|
Loading…
Add table
Reference in a new issue