···6565 # This is set here rather than up there so that changing it would
6666 # not rebuild the manual
6767 system.nixos.label = mkDefault (maybeEnv "NIXOS_LABEL"
6868- (concatStringsSep "-" (sort (x: y: x < y) cfg.tags)
6969- + "-" + maybeEnv "NIXOS_LABEL_VERSION" cfg.version));
6868+ (concatStringsSep "-" ((sort (x: y: x < y) cfg.tags)
6969+ ++ [ (maybeEnv "NIXOS_LABEL_VERSION" cfg.version) ])));
7070 };
71717272}