summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* systemd.network.networks.<name>.dhcpServerConfig: support serverAddressorigin/grahamc-patch-2Graham Christensen2022-04-211-0/+1
* Merge pull request #168922 from 06kellyjac/driftctl•••driftctl: 0.28.0 -> 0.28.1Bobby Rong2022-04-171-2/+2
|\
| * driftctl: 0.28.0 -> 0.28.106kellyjac2022-04-161-2/+2
* | Merge pull request #168615 from bobby285271/gnome-firmware•••gnome-firmware: 3.34.0 → 42.1Bobby Rong2022-04-174-76/+65
|\ \
| * | gnome-firmware: 3.34.0 → 42.1•••https://gitlab.gnome.org/World/gnome-firmware/-/compare/3.34.0...3.36.0 https://gitlab.gnome.org/World/gnome-firmware/-/compare/3.36.0...41.0 https://gitlab.gnome.org/World/gnome-firmware/-/compare/41.0...42.1 Bobby Rong2022-04-141-22/+10
| * | gnome-firmware: rename from gnome-firmware-updaterBobby Rong2022-04-143-7/+8
* | | Merge pull request #168994 from RaitoBezarius/patch-2•••nixos/mininet: telnet → inetutilsArtturi2022-04-171-2/+2
|\ \ \
| * | | nixos/mininet: telnet → inetutils•••This fixes the usage of mininet on NixOS due to the replacement of the telnet package by inetutils.Ryan Lahfa2022-04-171-2/+2
|/ / /
* | | Merge pull request #168199 from a-m-joseph/powerpc64le-bootstrap-hashes•••pkgs/stdenv/linux: add powerpc64le bootstrap-filesBernardo Meurer2022-04-162-0/+26
|\ \ \
| * | | pkgs/stdenv/linux: add powerpc64le bootstrap-files•••This PR adds Hydra-generated bootstrap tarballs for powerpc64le-linux. I'll be following the script established in PR to tarballs.nixos.org. Files came from this Hydra build: https://hydra.nixos.org/build/172142499 Which used nixpkgs revision 49a83445c28c4ffb8a1a90a1f68e6150ea48893b to instantiate: /nix/store/gj272sd56gsj6qpyzh4njpfzwdhviliz-stdenv-bootstrap-tools-powerpc64le-unknown-linux-gnu.drv and then built: /nix/store/n81pljbd8m0xgypm84krc2bnvqgjrfxx-stdenv-bootstrap-tools-powerpc64le-unknown-linux-gnu I downloaded these files from Hydra with the following commands: ``` STOREPATH=n81pljbd8m0xgypm84krc2bnvqgjrfxx-stdenv-bootstrap-tools-powerpc64le-unknown-linux-gnu OPTIONS="--option binary-caches https://cache.nixos.org" nix store add-file \ --name bootstrap-tools.tar.xz \ $(nix-store ${OPTIONS} -r /nix/store/${STOREPATH})/on-server/bootstrap-tools.tar.xz nix store add-path \ --name busybox \ $(nix-store ${OPTIONS} -r /nix/store/${STOREPATH})/on-server/busybox ``` As @lovesegfault requested in #151399, here are the the `sha256sum`s of all the `on-server` components for extra verification: ``` $ sha256sum /nix/store/n81pljbd8m0xgypm84krc2bnvqgjrfxx-stdenv-bootstrap-tools-powerpc64le-unknown-linux-gnu/on-server/* 036d062869f7accf0ad89714d12029469dfe6af504f9b226d61eb7d808ad4735 /nix/store/n81pljbd8m0xgypm84krc2bnvqgjrfxx-stdenv-bootstrap-tools-powerpc64le-unknown-linux-gnu/on-server/bootstrap-tools.tar.xz 6bc05832180f5075f4458c32eb0a5e2b673f605884dce01822be474f4e0a63ee /nix/store/n81pljbd8m0xgypm84krc2bnvqgjrfxx-stdenv-bootstrap-tools-powerpc64le-unknown-linux-gnu/on-server/busybox ``` Co-authored-by: Sandro <sandro.jaeckel@gmail.com> Adam Joseph2022-04-112-0/+26
* | | | Merge pull request #166175 from r-ryantm/auto-update/wcslib•••wcslib: 7.7 -> 7.9Ryan Mulligan2022-04-161-2/+2
|\ \ \ \
| * | | | wcslib: 7.7 -> 7.9R. Ryantm2022-03-291-2/+2
* | | | | Merge pull request #167902 from DeterminateSystems/openstack-zfs-cleanup•••openstack-image: init, make-single-disk-zfs-image: initGraham Christensen2022-04-169-19/+547
|\ \ \ \ \
| * | | | | openstack-image-zfs: start copying the channel now that we've mostly got the ...Graham Christensen2022-04-071-1/+1
| * | | | | openstack-config: note the image metadata needed to boot a uefi imageGraham Christensen2022-04-071-0/+3
| * | | | | openstack-config: make the expandOnBoot option default to `all`Graham Christensen2022-04-071-1/+1
| * | | | | make-single-disk-zfs-image: initGraham Christensen2022-04-071-0/+322
| * | | | | openstack-image-zfs: make the generated configuration.nix valid•••Drops the wrong expandOnBoot option (defaults to all) and mark ZFS as enabled. Graham Christensen2022-04-071-2/+3
| * | | | | openstack-image-zfs: build a single-image ZFS rootGraham Christensen2022-04-071-16/+1
| * | | | | openstack-config: enable tty1•••This appears to be the "default" console for openstack, but my evidence is experience on just one provider. Graham Christensen2022-04-071-5/+8
| * | | | | openstack-image-zfs: don't support vpc type, default to qcow2Graham Christensen2022-04-071-2/+2
| * | | | | openstack-metadata-fetcher: don't fail if any specific wget's failGraham Christensen2022-04-071-3/+3
| * | | | | amazon-image: use make-multi-disk-zfs-imageGraham Christensen2022-04-072-1/+1
| * | | | | openstack-config: setup serial access on ttyS0Graham Christensen2022-04-071-0/+15
| * | | | | openstack-config: support a ZFS root with /boot perhaps coming from an ESPGraham Christensen2022-04-071-7/+18
| * | | | | openstack-options: initGraham Christensen2022-04-072-0/+72
| * | | | | openstack-image-zfs: initGraham Christensen2022-04-071-0/+115
| * | | | | openstack-image: make it easy to disable copying the channel to improve itera...Graham Christensen2022-04-071-3/+7
| * | | | | openstack-image: minor cleanups•••Format and remove unnecessary `with lib;`. Graham Christensen2022-04-071-7/+4
* | | | | | Merge pull request #166958 from heph2/submit/gmid•••gmid: 1.8.1 -> 1.8.3Sandro2022-04-171-4/+4
|\ \ \ \ \ \
| * | | | | | gmid: 1.8.1 -> 1.8.3Heph2022-04-161-4/+4
* | | | | | | Merge pull request #168964 from hqurve/cubiomes•••cubiomes-viewer: 2.0.0 -> 2.1.1Sandro2022-04-171-2/+2
|\ \ \ \ \ \ \
| * | | | | | | cubiomes-viewer: 2.0.0 -> 2.1.1hqurve2022-04-161-2/+2
* | | | | | | | Merge pull request #168979 from chkno/yt-dlp•••yt-dlp: 2022.3.8.2 → 2022.04.08Sandro2022-04-171-3/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | yt-dlp: 2022.3.8.2 → 2022.04.08Scott Worley2022-04-161-3/+4
* | | | | | | | | Merge pull request #168971 from primeos/ungoogled-chromium•••ungoogled-chromium: 100.0.4896.88 -> 100.0.4896.127Sandro2022-04-171-5/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ungoogled-chromium: 100.0.4896.88 -> 100.0.4896.127Michael Weiss2022-04-161-5/+5
* | | | | | | | | | Merge pull request #168976 from rski/gopls0.8.3•••gopls: 0.8.2 -> 0.8.3Sandro2022-04-171-3/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | gopls: 0.8.2 -> 0.8.3Romanos Skiadas2022-04-171-3/+3
* | | | | | | | | | | Merge pull request #168860 from aaronjheng/kt•••kt: 12.1.0 -> 13.1.0Thiago Kenji Okada2022-04-161-5/+9
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | kt: 12.1.0 -> 13.1.0Aaron Jheng2022-04-161-5/+9
* | | | | | | | | | | | Merge pull request #107957 from tex/nixos/auto-upgrade•••nixos/auto-upgrade: add persistent optionThiago Kenji Okada2022-04-163-7/+44
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | nixos/auto-upgrade: add persistent optionMilan Svoboda2022-04-163-7/+44
* | | | | | | | | | | | | Merge pull request #168908 from thiagokokada/add-sourcePath-to-mkGraal•••graalvmXX-ce: add sourcesPath parameterThiago Kenji Okada2022-04-164-27/+54
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | graalvmXX-ce: add documentation to mkGraal functionThiago Kenji Okada2022-04-162-4/+29
| * | | | | | | | | | | | | graalvmXX-ce: add sourcesPath parameter•••In #168816, we removed support for Python/Ruby/WASM to reduce the support burden of GraalVM languages that, arguably, are not really being used. However, the way that `pkgs.graalvmCEPackages.mkGraal` function works right now doesn't allow passing a custom sources file, that would allow someone to compile GraalVM with the additional products (e.g.: Python). This PR adds this possibility. So if someone wants to create a custom graalvm11-ce derivation with Python support, for example, they can do something like this: ```nix let graalvm11-ce-custom = pkgs.graalvmCEPackages.mkGraal { config = { x86_64-linux = { products = [ "graalvm-ce" "python-installable-svm" ]; arch = "linux-amd64"; }; }; defaultVersion = "22.0.0.2"; javaVersion = "11"; platforms = "x86_64-linux"; sourcesPath = /home/someone/graalvm11-ce-sources.json; }; in { environment.systemPackages = [ graalvm11-ce-custom ]; } ``` Thiago Kenji Okada2022-04-164-24/+26
* | | | | | | | | | | | | | Merge pull request #168607 from fabaff/bump-brother•••python3Packages.brother: 1.1.0 -> 1.2.0Martin Weinelt2022-04-165-15/+157
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | python3Packages.brother: 1.1.0 -> 1.2.0Fabian Affolter2022-04-161-15/+16
| * | | | | | | | | | | | | python3Packages.pysnmplib: init at 5.0.10Fabian Affolter2022-04-162-0/+50
| * | | | | | | | | | | | | python3Packages.pysnmp-pysmi: init at 1.1.8Fabian Affolter2022-04-162-0/+48