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 = { };
|
||||
foot = { };
|
||||
i3status = { };
|
||||
sway = { };
|
||||
sway = { version = "1"; };
|
||||
sway-unwrapped = { version = "1"; };
|
||||
swaybg = { };
|
||||
xwayland = { };
|
||||
|
|
Loading…
Reference in a new issue