summaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorCole Mickens <cole.mickens@gmail.com>2018-11-15 14:59:39 -0800
committerCole Mickens <cole.mickens@gmail.com>2018-11-15 15:01:01 -0800
commitdaa6e5afea3eaad5e085e74273ea5778c1e4df2f (patch)
treea41bfe8872722dc70b87a9e2a813bab99ad1ef8e /update.sh
parent8fe213d5fdb2a7359ec4e79162f8379a94d9e1e4 (diff)
updates: fmt, sway-beta, waybar, wayfire
Signed-off-by: Cole Mickens <cole.mickens@gmail.com>
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/update.sh b/update.sh
index e70e6a7..672ea07 100755
--- a/update.sh
+++ b/update.sh
@@ -73,10 +73,6 @@ rg --multiline '(?s)(.*)<!--pkgs-->(.*)<!--pkgs-->(.*)' "README.md" \
--replace "\$1${replace}\$3" \
> README2.md; mv README2.md README.md
-rg --multiline '(?s)(.*)<!--update-->(.*)<!--update-->(.*)' "README.md" \
- --replace "\$1<!--update-->$(date '+%Y-%m-%d %H:%M')<!--update-->\$3" \
- > README2.md; mv README2.md README.md
-
# build all and push to cachix
nix-build --no-out-link --keep-going build.nix | cachix push "${cachixremote}"