summaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorAlex Rice <alexrice999@hotmail.co.uk>2019-04-29 18:50:52 +0100
committerAlex Rice <alexrice999@hotmail.co.uk>2019-04-29 18:50:52 +0100
commite91a333a97201a02806d86666012fe31115cfdb7 (patch)
tree97a566cfc04fd2cdf638a1a56efb111828c0197d /update.sh
parent1173ef96c356b4c471703da5280757b3eed92a7c (diff)
Swaybg: init
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index f2587bf..dcbdcaa 100755
--- a/update.sh
+++ b/update.sh
@@ -40,6 +40,7 @@ update "nixpkgs/nixpkgs-unstable" "nixos" "nixpkgs-channels" "nixpkgs-unstable"
update "pkgs/wlroots" "swaywm" "wlroots" "master"
update "pkgs/xdg-desktop-portal-wlr" "emersion" "xdg-desktop-portal-wlr" "master"
update "pkgs/sway" "swaywm" "sway" "master"
+update "pkgs/swaybg" "swaywm" "swaybg" "master"
update "pkgs/swayidle" "swaywm" "swayidle" "master"
update "pkgs/swaylock" "swaywm" "swaylock" "master"
update "pkgs/slurp" "emersion" "slurp" "master"
@@ -79,4 +80,3 @@ rg --multiline '(?s)(.*)<!--pkgs-->(.*)<!--pkgs-->(.*)' "README.md" \
# build and push
nix-build --no-out-link build.nix -A all | cachix push "${cachixremote}"
-