summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-05-01 08:06:46 +0000
committernia <nia@pkgsrc.org>2022-05-01 08:06:46 +0000
commit0996148d8fe8aa2ed18a69d7a91cd1bf6603ff0d (patch)
treedf99ae3727afdc03fd538dec6c75045a9e87b6a1 /bootstrap
parentb71e04ff975d9ca58e006d6a0cb04c3890b542e7 (diff)
downloadpkgsrc-0996148d8fe8aa2ed18a69d7a91cd1bf6603ff0d.tar.gz
bootstrap: notes for NixOS
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/README.Linux10
1 files changed, 9 insertions, 1 deletions
diff --git a/bootstrap/README.Linux b/bootstrap/README.Linux
index 63937147559..9269a8a18d8 100644
--- a/bootstrap/README.Linux
+++ b/bootstrap/README.Linux
@@ -1,4 +1,4 @@
-$NetBSD: README.Linux,v 1.10 2022/04/07 15:16:55 gdt Exp $
+$NetBSD: README.Linux,v 1.11 2022/05/01 08:06:46 nia Exp $
# General
@@ -31,6 +31,14 @@ installed prior to attempting bootstrap:
apt-get install cvs libncurses5 libncurses5-dev gcc g++ zlib1g-dev \
zlib1g libssl-dev libudev-dev
+# NixOS
+
+stdenv.cc should be installed prior to attempting bootstrap.
+
+Please note that if you run the Nix garbage collector and it collects
+libc, every pkgsrc binary (including binaries generated during bootstrap)
+will need to be rebuilt.
+
# RedHat and derivatives
## Old, undated, information