Commit Graph
100 Commits
Author SHA1 Message Date
Eelco Dolstra abd51d042c nix: Add nixFlakes attribute for the flake branch 2019-06-12 18:23:19 +02:00
Eelco Dolstra 734b3e7758 Merge pull request #62966 from bjornfor/nixos-generate-config-bcache
nixos-generate-config: add support for bcache
2019-06-12 10:06:17 +02:00
Eelco Dolstra 4bb48e7f99 wireguard: Don't fail if modprobe fails
This can lead to unnecessary failures if the kernel module is already
loaded:

  Jun 06 12:38:50 chef bglisn9bz0y5403vdw9hny0ij43r41jk-unit-script-wireguard-wg0-start[13261]: modprobe: FATAL: Module wireguard not found in directory /run/booted-system/kernel-modules/lib/modules/4.19.36
2019-06-06 12:40:30 +02:00
Eelco Dolstra 71bc5e2d64 Merge pull request #62022 from bhipple/fix/sqlite-parallel
sqlite: enable parallel builds
2019-05-27 13:24:02 +02:00
Eelco Dolstra 954a342d04 Merge pull request #61545 from jhaasdijk/gdb-8.3
gdb: 8.2.1 -> 8.3
2019-05-20 13:20:18 +02:00
Eelco Dolstra ab1ac905b4 libjpeg-turbo: 2.0.1 -> 2.0.2 2019-05-16 08:25:41 +02:00
Eelco Dolstra de9e238469 FIx some malformed XML in option descriptions
E.g. these were using "<para>" at the *end* of a description. The real
WTF is that this is possible at all...
2019-05-13 09:15:17 +02:00
Eelco Dolstra 84a51650b9 Merge pull request #61134 from c0bw3b/pkg/subversion
subversion: drop 1.8 / 1.9.9 -> 1.9.10 / 1.11.1 -> 1.12.0
2019-05-08 13:48:04 +02:00
Eelco Dolstra b938921899 Merge pull request #61131 from andir/firefox
firefox: 66.0.4 -> 66.0.5, firefox-bin: 66.0.4 -> 66.0.5,  firefox-beta-bin: 67.0b17 -> 670b18
2019-05-08 13:08:44 +02:00
Eelco Dolstra f7d3fb876a Merge pull request #60860 from vcunat/p/gcc9
gcc9: init at 9.1.0 (released today)
2019-05-07 23:58:47 +02:00
Eelco Dolstra 1f6ddfc7e0 firefox: 66.0.3 -> 66.0.4 2019-05-05 23:57:54 +02:00
Eelco Dolstra 36587a587a Fix release.nix
'jobs.tests' no longer exists.
2019-04-29 10:07:20 +02:00
Eelco Dolstra 3b04bc7be5 Revert "Revert "all-packages.nix: Don't recurse into 'tests'", fix eval release.nix"
This reverts commit 8c80a29a75.
2019-04-29 09:47:21 +02:00
Eelco Dolstra 014c26d75b all-packages.nix: Don't recurse into 'tests'
Doing so significantly slows down 'nix-env -qa' (4.30s vs 5.17s),
mostly because it seems to do a NixOS system evaluation.

This attribute should probably be removed entirely since tests should
be in release.nix, not pollute nix-env's package set.
2019-04-27 21:58:33 +02:00
Eelco Dolstra 2a95530c85 Merge pull request #59864 from AmineChikhaoui/ec2-19.03-amis
ec2-amis.nix: add 19.03 amis
2019-04-19 10:38:02 +02:00
Eelco Dolstra dd9192c55c youtube-dl: 2019.04.07 -> 2019.04.17 2019-04-17 22:11:01 +02:00
Eelco Dolstra 8ac7316db6 chatzilla: Remove
Chatzilla no longer works since Firefox 57 due to the removal of XUL.
2019-04-17 21:47:42 +02:00
Eelco Dolstra 5399f34ad9 nix: 2.2 -> 2.2.2 2019-04-15 19:06:57 +02:00
Eelco Dolstra 9f5ba91c7a Merge pull request #59369 from Ekleog/unique-fix
lib: improve the implementation of the unique function
2019-04-15 14:16:39 +02:00
Eelco Dolstra 6d61a0b312 Merge pull request #56566 from lblasc/rust133
rust: 1.32.0 -> 1.33.0
2019-03-01 09:10:56 +01:00
Eelco Dolstra a4c9e42e5c Merge pull request #55600 from dtzWill/update/dhcpcd-7.1.1
dhcpcd: 7.0.8 -> 7.1.1
2019-02-12 13:32:10 +01:00
Eelco Dolstra 7f32b3db30 Merge pull request #55153 from dtzWill/update/libpqxx-6.3.0
libpqxx: 6.2.5 -> 6.3.1
2019-02-12 13:31:41 +01:00
Eelco Dolstra c7811781be Merge pull request #55581 from deliciouslytyped/patch-1
Document undocumented argument to makeWrapper()
2019-02-11 22:43:23 +01:00
Eelco Dolstra 07208e7a0b nixos-generate-config: Don't suggest setting a uid
This hasn't been needed for a long time, even when `mutableUsers =
false`. Setting a uid manually is potentially risky since it could
collide with non-declarative user accounts. (We do check for
collisions between declarative accounts.)
2019-02-11 10:49:25 +01:00
Eelco Dolstra 016c4c9c82 rustfmt: 1.0.0 -> 1.0.1
(cherry picked from commit 7fff567ee9)
2019-02-08 11:13:09 +01:00
Eelco Dolstra 7fff567ee9 rustfmt: 1.0.0 -> 1.0.1 2019-02-05 12:19:19 +01:00
Eelco Dolstra 56dba36eb5 rustc: 1.31.0 -> 1.32.0 2019-02-05 12:19:15 +01:00
Eelco Dolstra dd5aa1a67d Merge pull request #54626 from FlorianFranzen/bionic
buid-support: Add Ubuntu bionic base images
2019-02-05 10:15:02 +01:00
Eelco Dolstra e3c36178fe Merge pull request #55158 from grahamc/reproducible-perl
perl: make reproducible
2019-02-04 15:32:47 +01:00
Eelco Dolstra 11cf7d6e1f Fix copy-tarballs.pl 2019-01-24 16:01:49 +01:00
Eelco Dolstra 04f025a8d4 cyrus-sasl: Fix broken download site 2019-01-23 10:56:25 +01:00
Eelco Dolstra 5a434d0034 Merge pull request #54047 from r-ryantm/auto-update/subversion-client
subversionClient: 1.11.0 -> 1.11.1
2019-01-16 13:18:28 +01:00
Eelco Dolstra c1a13108e2 nix: Add editline dependency
Also fix incorrect hash for nixUnstable.
2019-01-11 15:05:17 +01:00
Eelco Dolstra ac97ba25ae Revert "libgit2: 0.26.6 → 0.27.7"
This reverts commit cc50638176 because
it breaks cargo (again, see fca4fbeba9):

  $ cargo build
      Updating crates.io index
  Segmentation fault
2019-01-11 14:58:45 +01:00
Eelco Dolstra 94ea1c2d83 nix: 2.1.3 -> 2.2 2019-01-11 12:47:06 +01:00
Eelco Dolstra 6232df2a1e Merge branch 'master' of git://github.com/NixOS/nixpkgs 2019-01-10 16:53:34 +01:00
Eelco Dolstra 79229ca863 rustfmt: 0.99.5 -> 1.0.0
Note: there is a 1.0.1, but it doesn't compile with our stable Rust.
2019-01-10 16:43:43 +01:00
Eelco Dolstra ab33df13ac Merge branch 'rustfmt' of https://github.com/symphorien/nixpkgs 2019-01-10 16:35:11 +01:00
Eelco Dolstra 5d09620d83 nixUnstable: 2.2pre6526_9f99d624 -> 2.2pre6600_85488a93 2019-01-10 15:05:53 +01:00
Eelco Dolstra fca4fbeba9 Revert "libgit2: 0.26.6 -> 0.26.8"
This reverts commit 28b4b4b1e4.

Fixes #51416.
2018-12-04 17:50:45 +01:00
Eelco Dolstra 09cbfea2ed Revert "resolvconf.conf: Remove forced NSCD service restart"
This reverts commit d8c16bc54a. It
breaks nscd invalidation when the network configuration changes.
2018-11-21 15:26:37 +01:00
Eelco Dolstra 304e14a198 Merge pull request #48588 from zimbatm/shared-codename
group the release info
2018-11-16 13:10:54 +01:00
Eelco Dolstra 5835b2796e Merge pull request #50440 from Mic92/nix-cores
nixos/nix-daemon: default to build with all cores available
2018-11-16 09:13:44 +01:00
Eelco Dolstra f7d5b76e03 Merge pull request #50246 from aszlig/libredirect-darwin
libredirect: Add support for Darwin
2018-11-12 12:21:38 +01:00
Eelco Dolstra 78090f4f09 Remove preferLocalBuild documentation
It's incorrect (preferLocalBuild does not prevent uploading to binary
caches) and is not a stdenv attribute (it's already documented in the
Nix manual).
2018-11-07 11:45:40 +01:00
Eelco Dolstra 81b2bfaf36 nixUnstable: 2.2pre6520_18b4c53f -> 2.2pre6526_9f99d624 2018-10-30 16:01:49 +01:00
Eelco Dolstra 0385cb33c6 libeditline: Use multiple outputs
Also disable static build by default per Nixpkgs policy. (Really
static libraries should be moved to the 'dev' output, in which case it
wouldn't be a problem to enable them by default.)
2018-10-30 16:01:49 +01:00
Eelco Dolstra be6e4b8af8 Merge pull request #49326 from c0bw3b/nixos/installation-device
nixos/installation-device: set GC initial heap size to 1MB
2018-10-30 14:13:59 +01:00
Eelco Dolstra 0d15004cba Merge pull request #49401 from aherrmann/stringify-modules-path
nixos/lib/eval-config.nix: toString modulesPath
2018-10-29 16:21:09 +01:00
Eelco Dolstra b6bac6c144 Revert "Merge pull request #48122 from zimbatm/pkg-nixos-rebuild"
This reverts commit 10addad603, reversing
changes made to 7786575c6c.

NixOS scripts should be kept in the NixOS source tree, not in
pkgs. Moving them around is just confusing and creates unnecessary
code/history churn.
2018-10-16 20:25:44 +02:00
Eelco Dolstra 0bdd0d8e04 amazon-image.nix: Disable udisks
This reduces the system closure by 89 MiB.
2018-10-15 21:54:28 +02:00
Eelco Dolstra 47dfe25e1b ec2-amis.nix: Add 18.09 images 2018-10-15 21:43:16 +02:00
Eelco Dolstra 2004343f56 libotf: Add dev output 2018-10-11 21:18:20 +02:00
Eelco Dolstra 6d74e1cb5b udisks2: Fix broken dependency on xfsprogs 2018-10-11 21:18:20 +02:00
Eelco Dolstra 8beb1e26e0 nfs-utils: Get rid of runtime dependency on kerberos.dev 2018-10-11 21:18:20 +02:00
Eelco Dolstra edff37b83a ti-rpc: Add dev output 2018-10-11 21:18:20 +02:00
Eelco Dolstra 012cea99a6 Merge pull request #48076 from joncojonathan/update-CONTRIBUTING_cp
CONTRIBUTING.md: add clarification on periods in commit messages
2018-10-09 11:23:45 +02:00
Eelco Dolstra c40ba6355e Revert "nfs-utils: Reduce closure size from 269 to 135 MiB"
This reverts commit 642b68cfcc.
2018-10-08 23:02:51 +02:00
Eelco Dolstra 642b68cfcc nfs-utils: Reduce closure size from 269 to 135 MiB 2018-10-08 22:56:23 +02:00
Eelco Dolstra 1eff910a15 lsof: Don't record compiler flags / build kernel
This removed glibc.dev from the closure and improves binary
reproducibility.
2018-10-08 22:56:23 +02:00
Eelco Dolstra a3382a85b3 digikam: libGLU_combined -> libGL + libGLU
This prevents a runtime dependency on a large number of -dev outputs.
2018-10-08 22:56:23 +02:00
Eelco Dolstra 13c1f26807 marble: Add dev output 2018-10-08 22:56:23 +02:00
Eelco Dolstra cd3a0b7f38 libqtav: Reduce closure size from 734 to 457 MiB 2018-10-08 22:56:23 +02:00
Eelco Dolstra c8a2533516 opencv3: Reduce closure size from 520 to 154 MiB 2018-10-08 22:56:23 +02:00
Eelco Dolstra 8abfa4084b geeqie: Reduce closure size
This reduces the closure size from 568 MiB to 289 MiB.
2018-10-08 18:13:29 +02:00
Eelco Dolstra 7b9c4954f2 git: Strip libsecret
This reduces gitFull's closure size from 412 MiB to 271 MiB.
2018-10-08 18:13:29 +02:00
Eelco Dolstra 2be42950c3 thunderbird: Remove buildconfig
This reduces the closure size from 1689 MiB to 425 MiB.
2018-10-08 16:32:31 +02:00
Eelco Dolstra 9bbd4f653f qtgraphicaleffects: Add dev output
This shrank my system closure by about 192 MiB.
2018-10-08 16:32:27 +02:00
Eelco Dolstra 2c9265c950 nix: 2.1.2 -> 2.1.3 2018-10-02 11:07:48 +02:00
Eelco Dolstra 9c53116d49 Revert "nixos: set nixos in nixPath"
This reverts commit 67c8c49177.

'nix run nixos.firefox' is *not* supposed to work - the Nix 2.x
interface attempts to standardize on nixpkgs.*, to get rid of the
nixos/nixpkgs confusion that existed with the channels interface. So
let's not bring that confusion back.
2018-09-24 10:42:01 +02:00
Eelco Dolstra 20c22eb6c5 Merge pull request #47091 from r-ryantm/auto-update/apr
apr: 1.6.3 -> 1.6.5
2018-09-21 12:02:54 +02:00
Eelco Dolstra 869f615ff4 nix: 2.1.1 -> 2.1.2 2018-09-20 00:17:45 +02:00
Eelco Dolstra 1510f324a3 nix: 2.1 -> 2.1.1 2018-09-06 01:12:03 +02:00
Eelco Dolstra b4dd956bb1 Merge pull request #46101 from oxij/pkg/nix-options
nix: fix a tiny option bug, make AWS support optional
2018-09-05 19:57:21 +02:00
Eelco Dolstra b06ad6199f nix.perl-bindings: Fix build 2018-09-03 17:35:39 +02:00
Eelco Dolstra eac06ed070 Manual: Random indentation fixes 2018-09-03 17:13:46 +02:00
Eelco Dolstra 347638ccfe nix: 2.0.4 -> 2.1 2018-09-03 01:37:55 +02:00
Eelco Dolstra c251ec691a virtualization.growPartition -> virtualisation.growPartition
There never was a 'virtualization.growPartition'. This got messed up
in eddf30cc93.

Issue #36590.
2018-08-28 14:24:39 +02:00
Eelco Dolstra beaa0984c6 ilmbase, openexr: 2.2.1 -> 2.3.0 2018-08-24 11:18:02 +02:00
Eelco Dolstra 8ea7ad67fd opencolorio: 1.0.9 -> 1.1.0 2018-08-24 11:17:55 +02:00
Eelco Dolstra df567566b9 Merge pull request #45551 from r-ryantm/auto-update/opensubdiv
opensubdiv: 3.3.2 -> 3.3.3
2018-08-24 11:17:11 +02:00
Eelco Dolstra 4c6aa54f86 nixUnstable: Include a copy of libboost_context
This shaves 47 MiB off the closure size. (libboost_context.so is only
19 KiB.)
2018-08-22 13:22:19 +02:00
Eelco Dolstra c26c7f931a nixUnstable: 2.1pre6338_45bcf541 -> 2.1pre6377_954d1f4d 2018-08-22 13:22:18 +02:00
Eelco Dolstra 490ca6aa8a nix-repl: Remove
This package is obsolete.
2018-08-10 21:48:47 +02:00
Eelco Dolstra f1c978aca0 Revert "aliases: add nixos-rebuild"
This reverts commit 0b124c1e91. We
should really stop adding things that are not packages to
all-packages.nix. For example, having nixos-rebuild.nix in
all-packages.nix causes 'nix-env -qa' to evaluate a NixOS
configuration, which obviously is not good for performance. (We should
probably also remove the 'nixos' attribute from all-packages.nix, but
at least that's a function so nix-env will ignore it.)
2018-08-10 21:45:07 +02:00
Eelco Dolstra 4d1332e507 nixos/modules/misc/version.nix: Don't spam the user with vague warnings 2018-08-10 21:39:36 +02:00
Eelco Dolstra fde7296a47 bintools-wrapper: propagated-build-inputs -> propagated-user-env-packages 2018-08-09 13:07:14 +02:00
Eelco Dolstra fa41297209 Revert "cc-wrapper: propagate man and info to propagated-build-inputs"
This reverts commit 28ad0703f3.
2018-08-09 12:58:16 +02:00
Eelco Dolstra c981787db9 Revert "cc-wrapper, bintools-wrapper: simply symlink man and info outputs"
This reverts commit 02c09e0171.
2018-08-09 12:57:38 +02:00
Eelco Dolstra 7bc2778ebb nixUnstable: 2.1pre6148_a4aac7f -> 2.1pre6338_45bcf541 2018-07-31 21:17:10 +02:00
Eelco Dolstra 14b5d5e93e Revert "release/metrics: drop requiredSystemFeatures"
This reverts commit 1d0caa7b03. Thanks
to @vcunat we have a 'benchmark' machine again!
2018-07-30 10:46:20 +02:00
Eelco Dolstra c9ea04b57f EC2 AMIs: 18.03.131792.becbe4dbe16 -> 18.03.132946.1caae7247b8 2018-07-24 21:19:14 +02:00
Eelco Dolstra b240822cfa create-amis.sh: Change directory for AMIs 2018-07-24 21:19:14 +02:00
Eelco Dolstra c93123afb6 Merge pull request #42937 from gavinrogers/init_holochain
holochain-go: init at 0.1.0-alpha
2018-07-11 17:46:30 +02:00
Eelco Dolstra 92609ec9ae pciutils: 3.5.6 -> 3.6.0 2018-07-09 13:12:59 +02:00
Eelco Dolstra 6978f710da Merge branch 'master' of git://github.com/NixOS/nixpkgs 2018-07-09 12:35:36 +02:00
Eelco Dolstra 323fe3a305 rustc: Disable tests for now 2018-07-09 12:35:01 +02:00
Eelco Dolstra 07933800fb Merge branch 'rustc' of https://github.com/Mic92/nixpkgs 2018-07-09 11:10:12 +02:00
Eelco Dolstra 8d4068d9d1 pkgs/top-level/release.nix: Don't require Darwin to be supported 2018-07-04 17:53:02 +02:00
Eelco Dolstra 67d0a57ef9 pkgs/top-level/release.nix.nix: Use fetchGit if possible 2018-07-04 17:20:54 +02:00