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:
parent
433120e47d
commit
c8c6a52702
|
@ -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 = { };
|
||||||
|
|
Loading…
Reference in a new issue