overlay/sway: latest git -> 1.9
- https://aur.archlinux.org/packages/sway-git#comment-952005 I am too lazy (and stupid) to fix it.
This commit is contained in:
parent
935372bb41
commit
82c7210f57
3 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@ let
|
||||||
in {
|
in {
|
||||||
nautilus = import ./nautilus.nix {inherit addPatches;};
|
nautilus = import ./nautilus.nix {inherit addPatches;};
|
||||||
prismlauncher = import ./prismlauncher.nix {inherit addPatches;};
|
prismlauncher = import ./prismlauncher.nix {inherit addPatches;};
|
||||||
sway = import ./sway/git;
|
sway = import ./sway/1.9 {inherit addPatches;};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue