1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 05:47:29 +02:00

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 committed by Mikilio
parent 52cdf5acc5
commit d07ec93a9d
No known key found for this signature in database
GPG key ID: 5B2F1A890CF33F3F

View file

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