From 1be8b47393a21937a7211259a0e578469f67e234 Mon Sep 17 00:00:00 2001 From: Cole Mickens Date: Mon, 15 Jul 2019 14:38:06 +0000 Subject: fix up dev guide --- README.md | 4 ++-- 1 file 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//metadata.nix` with the latest commit+hash for each package * updates `nixpkgs//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) -- cgit v1.2.3