Unverified Commit 45c67117 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge #224143: nixos/qtile: fix manual build

(the build is OK on unstable/master but not on 22.11)
parents cb80417a 858acb7b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -27,8 +27,7 @@ in
      type = types.enum [ "x11" "wayland" ];
      default = "x11";
      description = lib.mdDoc ''
          Backend to use in qtile:
          <option>x11</option> or <option>wayland</option>.
          Backend to use in qtile: `x11` or `wayland`.
      '';
    };