Robert Helgesson
57925c50bf
nixpkgs: improve description formatting slightly
2019-08-21 20:20:08 +02:00
Robert Helgesson
a09196c4ae
docs: add language attribute to program listings
2019-03-06 18:52:54 +01:00
Yurii Rashkovskii
2410bc603b
nixpkgs: fix installation on non-x86
...
On non-x86 architectures (for example, aarch64) the installation of
home-manager fails indicating that it is attempting to select i686
packages for Linux and those aren't available.
Solution: make the condition for choosing these packages stricter
2019-01-29 20:15:18 +01:00
Mario Rodas
092706eff8
nixpkgs: only pass pkgs_i686 argument on Linux
...
Nixpkgs added an assertion on pkgsi686Linux [1] to avoid evaluating it
pkgsi686Linux on non-Linux systems.
[1] ad20a4a1c3
2018-07-13 19:26:08 +02:00
Robert Helgesson
86fcfc74da
nixpkgs: replace use of traceValIfNot
...
The `traceValIfNot` function is deprecated in Nixpkgs master. Instead
use `traceSeqN`.
Fixes #301
2018-07-04 19:56:13 +02:00
Robert Helgesson
75c4075345
nixpkgs: expand description of nixpkgs.config and nixpkgs.overlays
2018-03-20 20:23:42 +01:00
Robert Helgesson
7417d8e86e
nixpkgs: add module
2017-10-24 01:29:35 +02:00