From a508abd3441d9799fc00f96fe76bdf152bdfb100 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 21 Dec 2015 17:54:42 +0100 Subject: manual: improve first-time setup --- doc/install.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/install.xml b/doc/install.xml index 8eb0e7c7..df94a8f3 100644 --- a/doc/install.xml +++ b/doc/install.xml @@ -68,5 +68,13 @@ nix-channel --update - nixos-rebuild switch + + nixos-rebuild \ + -I nixpkgs=/nix/var/nix/profiles/per-user/root/channels/vuizvui/nixpkgs \ + --option binary-cache-public-keys "headcounter.org:/7YANMvnQnyvcVB6rgFTdb8p5LG1OTXaO+21CaOSBzg=" \ + switch + + + We redefine nixpkgs here, because vuizvui brings its own nixpkgs that gets build on the hydra, using it we get to download from the binary cache. Additionally, we need to manually specify the public key for the headcounter.org hydra. + -- cgit 1.4.1