1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

home-manager: update stable version to 22.11

This commit is contained in:
Robert Helgesson 2022-12-02 11:49:58 +01:00
parent 478610aa37
commit 71fa4cdf9c
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
7 changed files with 17 additions and 17 deletions

View file

@ -42,7 +42,7 @@ with lib;
suffix =
optionalString (revision != null) "+${substring 0 8 revision}";
in "${release}${suffix}";
example = "22.05+213a0629";
example = "22.11+213a0629";
description = "The full Home Manager version.";
};
@ -51,7 +51,7 @@ with lib;
readOnly = true;
type = types.str;
default = fileContents ../../.release;
example = "22.05";
example = "22.11";
description = "The Home Manager release.";
};