summaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorCole Mickens <cole.mickens@gmail.com>2018-11-15 14:57:43 -0800
committerCole Mickens <cole.mickens@gmail.com>2018-11-15 15:02:24 -0800
commit317cc8063707f2960afb72e6ebe158c2051875a2 (patch)
tree22254608f34655b869f9b8b0783b8f14b6cd99ad /update.sh
parent95a747c50f0875fa8106cc87d2803021f2a6a8cb (diff)
build for nixpkgs-unstable also
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index 672ea07..a53a9ad 100755
--- a/update.sh
+++ b/update.sh
@@ -35,6 +35,7 @@ function update() {
# update <attr_name> <repo_owner> <repo_name> <repo_rev>
update "nixpkgs/nixos-unstable" "nixos" "nixpkgs-channels" "nixos-unstable"
+update "nixpkgs/nixpkgs-unstable" "nixos" "nixpkgs-channels" "nixpkgs-unstable"
update "pkgs/fmt" "fmtlib" "fmt" "master"
@@ -75,4 +76,5 @@ rg --multiline '(?s)(.*)<!--pkgs-->(.*)<!--pkgs-->(.*)' "README.md" \
# build all and push 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}"