nix-pills
nix-pills copied to clipboard
see: https://gist.github.com/lethalman/97fae227329b442267bc#gistcomment-2622649
[Link to pill](https://nixos.org/nixos/nix-pills/working-derivation.html#idm140737316336544) System: macOS 10.12.6 nix-repl version: 1.11.15 Problem: When following pill 7.5 An error is thrown stating that clang cannot be found. [Here](https://gist.github.com/joshuaks/3b6f1ee7cbda1517b7b86d54c032fe96). you can see what I...
All is in the title :) I guess when pill 17 was first written overlays didn't exist yet, but given nix-pills is now official documentation, maybe it'd be a good...
This article is awesome. https://matthewbauer.us/blog/beginners-guide-to-cross.html Something similar in nix pills would be great! cc @matthewbauer
I think pill 3 should have a bit more detail on how to search for, and install, software. I couldn't motivate myself to carry on to later pills, when as...
Building the first derivation gives ``` building '/nix/store/zmw16913cabf8cvbdg2kxhax801ap5ic-bootstrap-tools.cpio.bz2.drv'... curl 7.19.4 (i686-pc-linux-gnulibc1) libcurl/7.19.4 Protocols: tftp ftp telnet dict http file Features: IPv6 Largefile downloading /nix/store/nh1xjqkkccglnickb0hlkdznvbn61yjx-bootstrap-tools.cpio.bz2 from http://nixos.org/tarballs/stdenv-linux/x86_64/r16022/bootstrap-tools.cpio.bz2 % Total % Received...
# Steps to reproduce 1. install and configure NixOS 17.09, including a non-root, non-system user, e.g. `users.extraUsers.das-g.isNormalUser = true;` (don't configure any nix channels for that user, yet) 2. on...
In the [beginning of Chapter 3](https://nixos.org/nixos/nix-pills/enter-environment.html#idm140737316692992), it says: > In the previous pill we created a nix user and the rest of the chapter seems also to assume that we...
1. After running `nix-build '' -A stdenv` I get no `propagated-user-env-packages` in `result` directory. 2. Link to https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/default.nix#L155 doesn't point to `mkDerivation` anymore, probably it should point at https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/make-derivation.nix#L145 ?
The link given in [section 12.3](https://nixos.org/nixos/nix-pills/inputs-design-pattern.html#idm140737316015392) results in "forbidden" for me: ``` $ wget http://pkgs.fedoraproject.org/repo/pkgs/graphviz/graphviz-2.38.0.tar.gz/5b6a829b2ac94efcd5fa3c223ed6d3ae/graphviz-2.38.0.tar.gz --2018-02-25 13:15:08-- http://pkgs.fedoraproject.org/repo/pkgs/graphviz/graphviz-2.38.0.tar.gz/5b6a829b2ac94efcd5fa3c223ed6d3ae/graphviz-2.38.0.tar.gz Resolving pkgs.fedoraproject.org (pkgs.fedoraproject.org)... 209.132.181.4 Connecting to pkgs.fedoraproject.org (pkgs.fedoraproject.org)|209.132.181.4|:80... connected. HTTP request sent,...