mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
Merge pull request #312212 from nikstur/os-release-uapi-version-format
nixos/version: support UAPI Version Format in IMAGE_VERSION field
This commit is contained in:
commit
203f99022a
@ -135,7 +135,7 @@ in
|
||||
};
|
||||
|
||||
version = lib.mkOption {
|
||||
type = types.nullOr (types.strMatching "^[a-z0-9._-]+$");
|
||||
type = types.nullOr (types.strMatching "^[a-z0-9._-~^]+$");
|
||||
default = null;
|
||||
description = ''
|
||||
Image version.
|
||||
|
Loading…
Reference in New Issue
Block a user