summary refs log tree commit diff
path: root/Documentation/contributing/building-documentation.adoc
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2023-04-08 18:46:24 +0000
committerAlyssa Ross <hi@alyssa.is>2023-04-08 18:46:24 +0000
commit80f8f8f4eb7991937269c7329b185ee8a2fe885a (patch)
tree235860724b4b1a390836ba863eff3156d5d6b892 /Documentation/contributing/building-documentation.adoc
parentf6ea0fff7bab3e3a0428f0675691ddea83a855f7 (diff)
downloadspectrum-80f8f8f4eb7991937269c7329b185ee8a2fe885a.tar
spectrum-80f8f8f4eb7991937269c7329b185ee8a2fe885a.tar.gz
spectrum-80f8f8f4eb7991937269c7329b185ee8a2fe885a.tar.bz2
spectrum-80f8f8f4eb7991937269c7329b185ee8a2fe885a.tar.lz
spectrum-80f8f8f4eb7991937269c7329b185ee8a2fe885a.tar.xz
spectrum-80f8f8f4eb7991937269c7329b185ee8a2fe885a.tar.zst
spectrum-80f8f8f4eb7991937269c7329b185ee8a2fe885a.zip
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 <hi@alyssa.is>
Diffstat (limited to 'Documentation/contributing/building-documentation.adoc')
-rw-r--r--Documentation/contributing/building-documentation.adoc2
1 files changed, 1 insertions, 1 deletions
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: