summaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorCole Mickens <cole.mickens@gmail.com>2018-11-05 19:10:22 -0800
committerCole Mickens <cole.mickens@gmail.com>2018-11-12 03:42:08 -0800
commitc7478ea6ade3aa8bbf2ffe50048d528e4971a30b (patch)
treeb766210438b61e454a976f5eab28cf2ae91651c3 /update.sh
parent54de53d3ff5fcd3efdc01b528a0c17c0b47f6ec4 (diff)
places packages into a pkgs/ directory
Signed-off-by: Cole Mickens <cole.mickens@gmail.com>
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh39
1 files changed, 19 insertions, 20 deletions
diff --git a/update.sh b/update.sh
index 5ba7b9a..738a78b 100755
--- a/update.sh
+++ b/update.sh
@@ -33,30 +33,29 @@ function update() {
}
-# attr_name repo_owner repo_name repo_rev
-update "pkgs-unstable" "nixos" "nixpkgs-channels" "nixos-unstable"
-update "pkgs-18.09" "nixos" "nixpkgs-channels" "nixos-18.09"
+# update <attr_name> <repo_owner> <repo_name> <repo_rev>
+update "nixpkgs/nixos-unstable" "nixos" "nixpkgs-channels" "nixos-unstable"
-update "fmt" "fmtlib" "fmt" "master"
+update "pkgs/fmt" "fmtlib" "fmt" "master"
-update "wlroots" "swaywm" "wlroots" "master"
-update "sway-beta" "swaywm" "sway" "master"
-update "slurp" "emersion" "slurp" "master"
-update "grim" "emersion" "grim" "master"
-update "mako" "emersion" "mako" "master"
-update "kanshi" "emersion" "kanshi" "master"
-update "wlstream" "atomnuker" "wlstream" "master"
-update "oguri" "vilhalmer" "oguri" "master"
-update "waybar" "Alexays" "waybar" "master"
-update "wayfire" "WayfireWM" "wayfire" "master"
-update "wf-config" "WayfireWM" "wf-config" "master"
-update "redshift-wayland" "minus7" "redshift" "wayland"
-update "bspwc" "Bl4ckb0ne" "bspwc" "master"
-update "waybox" "wizbright" "waybox" "master"
+update "pkgs/wlroots" "swaywm" "wlroots" "master"
+update "pkgs/sway-beta" "swaywm" "sway" "master"
+update "pkgs/slurp" "emersion" "slurp" "master"
+update "pkgs/grim" "emersion" "grim" "master"
+update "pkgs/mako" "emersion" "mako" "master"
+update "pkgs/kanshi" "emersion" "kanshi" "master"
+update "pkgs/wlstream" "atomnuker" "wlstream" "master"
+update "pkgs/oguri" "vilhalmer" "oguri" "master"
+update "pkgs/waybar" "Alexays" "waybar" "master"
+update "pkgs/wayfire" "WayfireWM" "wayfire" "master"
+update "pkgs/wf-config" "WayfireWM" "wf-config" "master"
+update "pkgs/redshift-wayland" "minus7" "redshift" "wayland"
+update "pkgs/bspwc" "Bl4ckb0ne" "bspwc" "master"
+update "pkgs/waybox" "wizbright" "waybox" "master"
# i3-related
-update "wmfocus" "svenstaro" "wmfocus" "master"
-update "i3status-rust" "greshake" "i3status-rust" "master"
+update "pkgs/wmfocus" "svenstaro" "wmfocus" "master"
+update "pkgs/i3status-rust" "greshake" "i3status-rust" "master"
# update README.md
set +x