sway: fix failing tests

Due to a recent change in Nixpkgs, the version field is required for
the sway package.
This commit is contained in:
Robert Helgesson 2023-12-20 22:29:00 +01:00
parent 433120e47d
commit c8c6a52702
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -5,7 +5,7 @@
dmenu = { }; dmenu = { };
foot = { }; foot = { };
i3status = { }; i3status = { };
sway = { }; sway = { version = "1"; };
sway-unwrapped = { version = "1"; }; sway-unwrapped = { version = "1"; };
swaybg = { }; swaybg = { };
xwayland = { }; xwayland = { };