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
1 changed files with 1 additions and 1 deletions

View File

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