Commit Graph

258956 Commits

Author SHA1 Message Date
Jens Nolte ad6c2dea6a nixos/nixos-container: Always apply extraVeth ip configuration
Fixes that `containers.<name>.extraVeths.<name>` configuration was not
always applied.

When configuring `containers.<name>.extraVeths.<name>` and not
configuring one of `containers.<name>.localAddress`, `.localAddress6`,
`.hostAddress`, `.hostAddress6` or `.hostBridge` the veth was created,
but otherwise no configuration (i.e. no ip) was applied.

nixos-container always configures the primary veth (when `.localAddress`
or `.hostAddress` is set) to be the containers default gateway, so
this fix is required to create a veth in containers that use a different
default gateway.

To test this patch configure the following container and check if the
addresses are applied:
```
  containers.testveth = {
    extraVeths.testveth = {
      hostAddress = "192.168.13.2";
      localAddress = "192.168.13.1";
    };
    config = {...}:{};
  };
```
2020-12-19 04:32:05 +01:00
Alyssa Ross c898defdbf wayfire: add plugin support
The top-level "wayfire" attribute is a Wayfire with wf-shell installed
and nothing else.  But wayfireApplications.withPlugins can be used to
create a Wayfire with arbitrary plugins, or no plugins at all.
2020-12-19 01:41:29 +00:00
Alyssa Ross e2243140f9 wcm: init at 0.6.0 2020-12-19 01:41:29 +00:00
Alyssa Ross 37a5f70361 wf-shell: init at 0.6.1 2020-12-19 01:41:29 +00:00
Alyssa Ross 1a0155b5b9 wayfire: init at 0.6.0 2020-12-19 01:41:29 +00:00
Alyssa Ross 3720a1ad18 wf-config: init at 0.6.0 2020-12-19 01:41:29 +00:00
Alyssa Ross 1ef5ea3cc3 fswatch: enableParallelBuilding
Worked fine for me at -j4.
2020-12-19 01:39:45 +00:00
Andreas Rammhold 097d6d36de Merge pull request #107002 from euank/syncplay-167
syncplay: 1.6.6 -> 1.6.7
2020-12-19 02:28:28 +01:00
Martin Weinelt 1db8a43877 Merge pull request #107066 from mweinelt/home-assistant
homeassistant: 2020.12.0 -> 2020.12.1
2020-12-19 00:12:51 +01:00
Ryan Mulligan 88919dbfdc Merge pull request #106893 from r-ryantm/auto-update/python3.7-lightgbm
python37Packages.lightgbm: 3.1.0 -> 3.1.1
2020-12-18 14:15:52 -08:00
Vincent Laporte b6f7f1f673 ocamlPackages.janeStreet: 0.13 → 0.14
ocamlPackages.biocaml: 0.10.1 → 0.11.1

ocamlPackages.bistro: fix for Core 0.14

ocamlPackages.js_of_ocaml: 3.7.0 → 3.7.1

ocamlPackages.ocaml-r: 0.2.0 → 0.4.0

ocamlPackages.phylogenetics: 2020-01-25 → 2020-11-23

Co-authored-by: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>
2020-12-18 21:03:56 +01:00
Vincent Laporte c2e90c4433 ocamlformat: build legacy versions with OCaml 4.07 2020-12-18 21:03:56 +01:00
Vincent Laporte 1dc15448b4 ocamlPackages.cfstream: use Dune 2 2020-12-18 21:03:56 +01:00
Vincent Laporte 6a7f79ed83 ocamlPackages.ppxlib: 0.12.0 → 0.13.0
Also refactor to ease selection of a custom version
2020-12-18 21:03:56 +01:00
Vincent Laporte 8274fec350 ocamlPackages.sqlexpr: remove at 0.9.0 2020-12-18 21:03:56 +01:00
Peter Simons 365fc52cd1 all-cabal-hashes: update to Hackage at 2020-12-18T01:03:03Z 2020-12-18 20:49:03 +01:00
Michael Weiss 52424415bc vpcs: 0.8 -> 0.8.1
Thanks to Repology / Alpine Linux I noticed that the GNS3 team continued
the development. From their README:
> This is a continuation of VPCS, based on the last development version
> and improved with patches wrote by various people from the community.
> The original VPCS code, which is unfortunately not maintained anymore,
> can be viewed on https://sourceforge.net/p/vpcs/code/
2020-12-18 20:45:54 +01:00
Peter Simons e0a8fe7bdf Merge pull request #107144 from NixOS/haskell-updates
Update Haskell package set to Stackage Nightly 2020-12-14 (plus other fixes)
2020-12-18 20:45:05 +01:00
Pavol Rusnak 0c5b586f37 Merge pull request #106939 from r-ryantm/auto-update/python3.7-keepkey
python37Packages.keepkey: 6.0.3 -> 6.6.0
2020-12-18 20:42:03 +01:00
Peter Simons 0e5f7e8d00 hledger-web: set $HOME to $TMP so that the test suite to succeeds 2020-12-18 20:27:54 +01:00
Joe Hermaszewski a453036794 haskellPackages.haskell-language-server: 0.7.0 -> 0.7.1 2020-12-18 20:27:54 +01:00
Peter Simons 2c7b758f40 pandoc: disable test suite to fix the build 2020-12-18 20:27:54 +01:00
Peter Simons 3bf6360f7b haskell-yesod-core: disable test suite to fix the build 2020-12-18 20:27:53 +01:00
Peter Simons 3f71dc8e34 pandoc: drop obsolete patches
Version 2.11.3 contains these changes already.
2020-12-18 20:27:53 +01:00
Peter Simons b04e3e913f pandoc: bump the versions of the dependencies to fix the build 2020-12-18 20:27:53 +01:00
Peter Simons f75e9bb4f1 haskell-configuration-common: cosmetic 2020-12-18 20:27:53 +01:00
Peter Simons dd5ddc8218 haskell-hledger-lib: override to use the latest version of pretty-simple 2020-12-18 20:27:53 +01:00
Joe Hermaszewski 63e5171ff8 haskell-language-server: Make update.sh fetch latest tagged release 2020-12-18 20:27:53 +01:00
Joe Hermaszewski c31e766a24 haskellPackages.haskell-language-server: 0.6.0 -> 0.7.0
Remove hls-brittany as it's no longer necessary

Fix the update script to include hls-explicit-imports-plugin and
hls-retrhls-retrie-plugin
2020-12-18 20:27:53 +01:00
Robert Hensing fb3b144fd1 cachix: Add shell completion 2020-12-18 20:27:53 +01:00
Robert Hensing 90c92550f6 ormolu: Add shell completion 2020-12-18 20:27:53 +01:00
Robert Hensing f48b8dd5f6 niv: Add shell completion 2020-12-18 20:27:53 +01:00
Robert Hensing ae13cc9790 haskell.lib.generateOptparseApplicativeCompletion: support separate bin 2020-12-18 20:27:53 +01:00
Guillaume Maudoux 0d56006040 haskellPackages.cryptohash-sha512: fix by jailbreaking 2020-12-18 20:27:53 +01:00
Manuel Bärenz afbbf8a438 haskellPackages.pandoc-include-code: Jailbreak
...because of restrictive upper version bounds
2020-12-18 20:27:53 +01:00
Manuel Bärenz a0aa0ce42d haskellPackages.essence-of-live-coding: Fix dependency 2020-12-18 20:27:53 +01:00
Peter Simons 06279ee84f hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-36-ge221522 from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/e81bb8572f6d0934cb65ec6be2b69958c6987fdc.
2020-12-18 20:27:41 +01:00
Peter Simons 774d5acfcf hackage2nix: update list of broken builds to fix evaluation errors 2020-12-18 20:27:08 +01:00
Poscat 056f4390aa haskellPackages.ghcide: unbreak 2020-12-18 20:27:07 +01:00
Jack Kelly aff8bc92ae haskellPackages.hoist-error: not broken 2020-12-18 20:27:07 +01:00
Poscat 233b82946a haskellPackages.brotli{,brotli-streams}: unbreak 2020-12-18 20:27:07 +01:00
Peter Simons 4a2b8aec7b Stackage Nightly 2020-12-14 2020-12-18 20:27:03 +01:00
Michael Weiss 94bee10904 ungoogled-chromium: Support automatic updates via update.py 2020-12-18 19:10:45 +01:00
Michael Weiss 9b846b9600 chromium: Improve update.py (documentation + linting fixes) 2020-12-18 19:10:44 +01:00
Linus Heckemann b1fc183639 Merge pull request #97145 from lheckemann/initrd-improvements
Initrd improvements
2020-12-18 18:15:27 +01:00
Martin Weinelt 7c2d133582 Merge pull request #107095 from uvNikita/python/ciscomobilityexpress
pythonPackages.ciscomobilityexpress: init at 0.3.9
2020-12-18 18:08:18 +01:00
Tim Steinbach 648eece4bf yq: Add test 2020-12-18 12:07:30 -05:00
Nikita Uvarov 1cbaca3bf2 home-assistant: update component-packages 2020-12-18 17:33:00 +01:00
Silvan Mosberger 9e6737710c Revert "Module-builtin assertions, disabling assertions and submodule assertions" 2020-12-18 16:44:37 +01:00
Tim Steinbach fd1cc29974 awscli: 1.18.198 -> 1.18.199 2020-12-18 10:26:39 -05:00