From 80f8f8f4eb7991937269c7329b185ee8a2fe885a Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sat, 8 Apr 2023 18:46:24 +0000 Subject: lib/config.default.nix: pin Nixpkgs This makes the common case of building Spectrum, using the default Nixpkgs, much easier. It's easy to make mistakes setting up NIX_PATH, so we should leave custom Nixpkgs to the config file or nix command line. This doesn't preclude using Flakes to pin Nixpkgs in future, if we end up going that route. Signed-off-by: Alyssa Ross --- Documentation/contributing/building-documentation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/contributing/building-documentation.adoc') diff --git a/Documentation/contributing/building-documentation.adoc b/Documentation/contributing/building-documentation.adoc index 1beffa8..fd3c903 100644 --- a/Documentation/contributing/building-documentation.adoc +++ b/Documentation/contributing/building-documentation.adoc @@ -26,7 +26,7 @@ cd spectrum/Documentation + [source,shell] ---- -nix-shell -I nixpkgs=https://spectrum-os.org/git/nixpkgs/snapshot/nixpkgs-rootfs.tar.gz +nix-shell ---- . In the development shell, do an initial build of the documentation site: -- cgit 1.4.1