mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 21:29:48 +01: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:
parent
52cdf5acc5
commit
d07ec93a9d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
dmenu = { };
|
||||
foot = { };
|
||||
i3status = { };
|
||||
sway = { };
|
||||
sway = { version = "1"; };
|
||||
sway-unwrapped = { version = "1"; };
|
||||
swaybg = { };
|
||||
xwayland = { };
|
||||
|
|
Loading…
Reference in a new issue