From 317cc8063707f2960afb72e6ebe158c2051875a2 Mon Sep 17 00:00:00 2001 From: Cole Mickens Date: Thu, 15 Nov 2018 14:57:43 -0800 Subject: build for nixpkgs-unstable also --- update.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'update.sh') 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 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)(.*)(.*)(.*)' "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}" -- cgit v1.2.3