summaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorCole Mickens <cole.mickens@gmail.com>2018-11-22 21:29:41 -0800
committerCole Mickens <cole.mickens@gmail.com>2018-11-22 21:29:44 -0800
commite9a4f3503e723d273e46d3ec190748e72b438af8 (patch)
treec3c5b61ead909709eafaaab52507b723079b77b3 /update.sh
parente2ec6c65e5c3d89903ffebbd07d8bed9f35728b7 (diff)
updates: fmt, grim, i3status-rust, slurp, sway-beta, waybar, wlroots
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index a53a9ad..27dd2f2 100755
--- a/update.sh
+++ b/update.sh
@@ -74,7 +74,11 @@ rg --multiline '(?s)(.*)<!--pkgs-->(.*)<!--pkgs-->(.*)' "README.md" \
--replace "\$1${replace}\$3" \
> README2.md; mv README2.md README.md
-# build all and push to cachix
+# build all
+nix-build --no-out-link --keep-going build.nix
+nix-build --no-out-link --keep-going build.nixpkgs.nix
+
+# push all to cachix
nix-build --no-out-link --keep-going build.nix | cachix push "${cachixremote}"
nix-build --no-out-link --keep-going build.nixpkgs.nix | cachix push "${cachixremote}"