Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes build when pointing to a nixpkgs checkout. #231

Merged
merged 1 commit into from Aug 6, 2018

Conversation

samueldr
Copy link
Member

@samueldr samueldr commented Aug 4, 2018

Important when a fix is made in nixpkgs when the fix intends to fix the
website generation.

To test, use something like this:

diff --git a/Makefile b/Makefile
index efc07d3..91479fd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 NIXOS_SERIES = 18.03
 NIXPKGS = https://nixos.org/channels/nixos-$(NIXOS_SERIES)/nixexprs.tar.xz
-NIXPKGS_UNSTABLE = https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz
+NIXPKGS_UNSTABLE = /Users/samuel/tmp/nixpkgs/nixpkgs

 rwildcard=$(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2) $(filter $(subst *,%,$2),$d))

Then make nixpkgs/packages-unstable.json.gz.

Important when a fix is made in nixpkgs when the fix intends to fix the
website generation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants