summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* iso-image: make $ARCH shorterworldofpeace2020-04-09
| | | | | | | | | | | | | | | | | we use stdenv.hostPlatform.uname.processor, which I believe is just like `uname -p`. Example values: ``` (import <nixpkgs> { system = "x86_64-linux"; }).stdenv.hostPlatform.uname.processor "x86_64" (import <nixpkgs> { system = "aarch64-linux"; }).stdenv.hostPlatform.uname.processor aarch64 (import <nixpkgs> { system = "armv7l-linux"; }).stdenv.hostPlatform.uname.processor "armv7l" ```
* Revert "Revert "iso-image: normalize volumeID""worldofpeace2020-04-09
| | | | This reverts commit 21b50e6f6879f22b9261362bfd6dce26b7611e18.
* Merge pull request #84864 from NixOS/revert-83551-iso-idworldofpeace2020-04-09
|\ | | | | Revert "iso-image: normalize volumeID"
| * Revert "iso-image: normalize volumeID"worldofpeace2020-04-09
|/
* Merge pull request #83551 from worldofpeace/iso-idworldofpeace2020-04-09
|\ | | | | iso-image: normalize volumeID
| * iso-image: make sure volumeID is less than 32 charsworldofpeace2020-03-27
| |
| * iso-image: normalize volumeIDworldofpeace2020-03-27
| | | | | | | | | | | | | | | | The volumeID will now be in the format of: nixos-$EDITON-$RELEASE-$ARCH an example for the minimal image would look like: nixos-minimal-20.09-x86-64-linux
| * make-iso9660-image.sh: enable joliet extensionworldofpeace2020-03-27
| | | | | | | | This is per the advice of the osinfo-db maintainers https://gitlab.com/libosinfo/osinfo-db/-/merge_requests/107#note_313094852
* | Merge pull request #84848 from marsam/update-buildahMario Rodas2020-04-09
|\ \ | | | | | | buildah: 1.14.7 -> 1.14.8
| * | buildah: 1.14.7 -> 1.14.8Mario Rodas2020-04-09
| | |
* | | Merge pull request #84830 from deshaw/contrib/perl-convertuuAaron Andersen2020-04-09
|\ \ \ | | | | | | | | perlPackages.ConvertUU: init at 0.5201
| * | | perlPackages.ConvertUU: init at 0.5201Souvik Sen2020-04-09
| | | |
* | | | Merge pull request #84832 from deshaw/contrib/perl-module-compileAaron Andersen2020-04-09
|\ \ \ \ | | | | | | | | | | perlPackages.ModuleCompile: init at 0.37
| * | | | perlPackages.ModuleCompile: init at 0.37Souvik Sen2020-04-09
| |/ / /
* | / / fira-code: 2 -> 3Mario Rodas2020-04-09
| |/ / |/| | | | | | | | Changelog: https://github.com/tonsky/FiraCode/releases/tag/3
* | | gitAndTools.tig: 2.5.0 -> 2.5.1Maximilian Bosch2020-04-09
| | | | | | | | | | | | https://github.com/jonas/tig/releases/tag/tig-2.5.1
* | | thermald: also install thermal-conf.xml into $outMaximilian Bosch2020-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise you get errors like this when running `thermald.service` from the `services.thermald` module: ``` [WARN]22 CPUID levels; family:model:stepping 0x6:8e:a (6:142:10) [WARN]Polling mode is enabled: 4 [WARN]sensor id 10 : No temp sysfs for reading raw temp I/O warning : failed to load external entity "/nix/store/7d7cfc1949g7n7ywx47a0dsfz3b3rix5-thermald-1.9.1/etc/thermald/thermal-conf.xml" [WARN]error: could not parse file /nix/store/7d7cfc1949g7n7ywx47a0dsfz3b3rix5-thermald-1.9.1/etc/thermald/thermal-conf.xml [WARN]sysfs open failed I/O warning : failed to load external entity "/nix/store/7d7cfc1949g7n7ywx47a0dsfz3b3rix5-thermald-1.9.1/etc/thermald/thermal-conf.xml" [WARN]error: could not parse file /nix/store/7d7cfc1949g7n7ywx47a0dsfz3b3rix5-thermald-1.9.1/etc/thermald/thermal-conf.xml I/O warning : failed to load external entity "/nix/store/7d7cfc1949g7n7ywx47a0dsfz3b3rix5-thermald-1.9.1/etc/thermald/thermal-conf.xml" [WARN]error: could not parse file /nix/store/7d7cfc1949g7n7ywx47a0dsfz3b3rix5-thermald-1.9.1/etc/thermald/thermal-conf.xml ```
* | | Merge pull request #84804 from Synthetica9/vscode1440worldofpeace2020-04-09
|\ \ \ | | | | | | | | vscode, vscodium: 1.43.2 -> 1.44.0
| * | | vscode, vscodium: 1.43.2 -> 1.44.0Patrick Hilhorst2020-04-09
| | | |
* | | | apache-airflow: unpin colorlogJonathan Ringer2020-04-09
| | | |
* | | | esphome: remove version pinningJonathan Ringer2020-04-09
| | | |
* | | | python27Packages.colorlog: 4.0.2 -> 4.1.0R. RyanTM2020-04-09
| | | |
* | | | Merge pull request #84825 from r-ryantm/auto-update/ditMario Rodas2020-04-09
|\ \ \ \ | | | | | | | | | | dit: 0.5 -> 0.6
| * | | | dit: 0.5 -> 0.6R. RyanTM2020-04-09
| | | | |
* | | | | Merge pull request #84767 from r-ryantm/auto-update/ddgrMario Rodas2020-04-09
|\ \ \ \ \ | | | | | | | | | | | | ddgr: 1.7 -> 1.8
| * | | | | ddgr: 1.7 -> 1.8R. RyanTM2020-04-09
| | | | | |
* | | | | | Merge pull request #84764 from r-ryantm/auto-update/celluloidworldofpeace2020-04-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | celluloid: 0.18 -> 0.19
| * | | | | | celluloid: 0.18 -> 0.19R. RyanTM2020-04-09
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #84817 from pbogdan/libvirt-6.2.0worldofpeace2020-04-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | libvirt: 6.1.0 -> 6.2.0
| * | | | | | perlPackages.SysVirt: 6.1.0 -> 6.2.0Piotr Bogdan2020-04-09
| | | | | | |
| * | | | | | python3Packages.libvirt: 6.1.0 -> 6.2.0Piotr Bogdan2020-04-09
| | | | | | |
| * | | | | | libvirt: 6.1.0 -> 6.2.0Piotr Bogdan2020-04-09
| | | | | | |
* | | | | | | libpst: 0.6.74 -> 0.6.75R. RyanTM2020-04-09
| | | | | | |
* | | | | | | alephone-infinity: 20150620 -> 20190331R. RyanTM2020-04-09
| | | | | | |
* | | | | | | bdf2sfd: 1.1.0 -> 1.1.1R. RyanTM2020-04-09
| | | | | | |
* | | | | | | libaacs: 0.9.0 -> 0.10.0R. RyanTM2020-04-09
| | | | | | |
* | | | | | | fparser: init at 4.5.1Matt Huszagh2020-04-09
| | | | | | |
* | | | | | | python2Packages.variants: fix testsJonathan Ringer2020-04-09
| | | | | | |
* | | | | | | libpoly: fix srcJonathan Ringer2020-04-09
| |_|/ / / / |/| | | | |
* | | | | | rambox-pro: 1.2.2 -> 1.3.1R. RyanTM2020-04-09
| | | | | |
* | | | | | openfortivpn: 1.12.0 -> 1.13.1R. RyanTM2020-04-09
| | | | | |
* | | | | | leo-editor: fix makeDesktopItem categoriesJonathan Ringer2020-04-09
| | | | | |
* | | | | | leo-editor: add qt supportJonathan Ringer2020-04-09
| | | | | |
* | | | | | leo-editor: 5.7.3 -> 6.2R. RyanTM2020-04-09
| | | | | |
* | | | | | intel-gmmlib: 19.4.1 -> 20.1.1R. RyanTM2020-04-09
| | | | | |
* | | | | | mednafen: 1.22.2 -> 1.24.1R. RyanTM2020-04-09
| | | | | |
* | | | | | libpoly: 0.1.7 -> 0.1.8R. RyanTM2020-04-09
| | | | | |
* | | | | | resolv_wrapper: 1.1.5 -> 1.1.6R. RyanTM2020-04-09
| | | | | |
* | | | | | Merge pull request #84775 from r-ryantm/auto-update/libinstpatchMario Rodas2020-04-09
|\ \ \ \ \ \ | | | | | | | | | | | | | | libinstpatch: 1.1.3 -> 1.1.4
| * | | | | | libinstpatch: enable on darwinMario Rodas2020-04-09
| | | | | | |