summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCole Mickens <cole.mickens@gmail.com>2019-07-15 14:38:06 +0000
committerCole Mickens <cole.mickens@gmail.com>2019-07-15 14:38:06 +0000
commit1be8b47393a21937a7211259a0e578469f67e234 (patch)
treed412802ebd18e52cc48612a5a88395797be2aa7f
parentf3bfe0e39602476ca36bf7ed7c5abf03a31d19df (diff)
fix up dev guide
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3a7427d..359918f 100644
--- a/README.md
+++ b/README.md
@@ -144,6 +144,6 @@ manual updates.)
* `./update.sh`:
* updates `pkgs/<pkg>/metadata.nix` with the latest commit+hash for each package
* updates `nixpkgs/<channel>/metadata.nix` per the upstream channel
- * calls `nix-build build.nix` to build all packages against `nixos-unstable`
- * calls `nix-build build.nixpkgs.nix` to build all packages against `nixpkgs-unstable`
+ * calls `nix-build build.nix -A nixosUnstable` to build all packages against `nixos-unstable`
+ * calls `nix-build build.nix -A nixpkgsUnstable` to build all packages against `nixpkgs-unstable`
* pushes to [nixpkgs-wayland on cachix](https://nixpkgs-wayland.cachix.org)