Unverified Commit 203f9902 authored by nikstur's avatar nikstur Committed by GitHub
Browse files

Merge pull request #312212 from nikstur/os-release-uapi-version-format

nixos/version: support UAPI Version Format in IMAGE_VERSION field
parents 7f4c36c9 ff776981
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.