mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08: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:
@@ -5,7 +5,7 @@
|
||||
dmenu = { };
|
||||
foot = { };
|
||||
i3status = { };
|
||||
sway = { };
|
||||
sway = { version = "1"; };
|
||||
sway-unwrapped = { version = "1"; };
|
||||
swaybg = { };
|
||||
xwayland = { };
|
||||
|
||||
Reference in New Issue
Block a user