summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* hockeypuck-web: init at 2.1.0Elis Hirwing2021-07-18
|
* hockeypuck: init at 2.1.0Elis Hirwing2021-07-18
|
* Merge pull request #130398 from andresilva/ledger-live-2.30.0Bernardo Meurer2021-07-18
|\ | | | | ledger-live-desktop: 2.29.0 -> 2.30.0
| * ledger-live-desktop: 2.29.0 -> 2.30.0André Silva2021-07-16
| |
* | Merge pull request #130418 from figsoda/null-ls.nvimBernardo Meurer2021-07-18
|\ \ | | | | | | vimPlugins.null-ls-nvim: init at 2021-07-14
| * | vimPlugins.null-ls-nvim: init at 2021-07-14figsoda2021-07-16
| | |
* | | Merge pull request #124353 from hercules-ci/small-enum-descriptionRobert Hensing2021-07-18
|\ \ \ | | | | | | | | lib.types.enum: Improve description for lengths 0 and 1
| * | | lib.types.enum: Improve description for lengths 0 and 1Robert Hensing2021-05-25
| | | |
* | | | Merge pull request #130204 from Luflosi/postcss-cli-add-testsRobert Hensing2021-07-18
|\ \ \ \ | | | | | | | | | | nodePackages.postcss-cli: add passthru.tests
| * | | | nodePackages.postcss-cli: add passthru.testsLuflosi2021-07-18
| | | | |
* | | | | Merge pull request #130462 from rski/importCargoLockDaniël de Kok2021-07-18
|\ \ \ \ \ | | | | | | | | | | | | rustPlatform.importCargoLock: add an assert for old Cargo.locks
| * | | | | rustPlatform.importCargoLock: add an assert for old Cargo.locksRomanos Skiadas2021-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | near the end of 2019, the default Cargo.lock format was changed to [[package]] checksum = ... This is what importCargoLock assumes. If the crate had not been `cargo update`'d with a more recent toolchain than the one with the new format as default, importCargoLock would fail when trying to access pkg.checksum. I ran into such a case (shamefully, in my own crate) and it took me a while to figure out what was going on, so here is an assert with a more user friendly message and a hint.
* | | | | | du-dust: add meta.mainProgramKid2021-07-18
| | | | | |
* | | | | | Merge pull request #130114 from roberth/fix-neo4j-JAVA_HOMERobert Hensing2021-07-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix neo4j java home
| * | | | | | neo4j: Use jre8 -> jre8_headlessRobert Hensing2021-07-14
| | | | | | |
| * | | | | | neo4j: Clean up and make jre easy to overrideRobert Hensing2021-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convention is to use `jre` and make it specific in the callPackage call. This way users can override it regardless of changes to the default neo4j jre.
| * | | | | | neo4j: Fix JAVA_HOMERobert Hensing2021-07-13
| | | | | | |
* | | | | | | Merge pull request #129290 from r-ryantm/auto-update/kodi-pvr-hdhomerunAaron Andersen2021-07-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | kodiPackages.pvr-hdhomerun: 7.1.0 -> 7.1.1
| * | | | | | | kodiPackages.pvr-hdhomerun: 7.1.0 -> 7.1.1R. RyanTM2021-07-05
| | | | | | | |
* | | | | | | | Merge pull request #130539 from prusnak/pythonImportCheck-typoRobert Scott2021-07-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python3Packages.{flask-restx,h2}: fix typo (pythonImportCheck -> pythonImportsCheck)
| * | | | | | | | python3Packages.flask-restx: fix typo (pythonImportCheck -> pythonImportsCheck)Pavol Rusnak2021-07-18
| | | | | | | | |
| * | | | | | | | python3Packages.h2: fix typo (pythonImportCheck -> pythonImportsCheck)Pavol Rusnak2021-07-18
| | | | | | | | |
* | | | | | | | | Merge pull request #130322 from endocrimes/dani/docker-composeBen Siraphob2021-07-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | pythonPackages.docker: 4.4.4 -> 5.0.0, docker-compose: 1.28.6 -> 1.29.2
| * | | | | | | | | docker-compose: 1.28.6 -> 1.29.2Danielle Lancashire2021-07-16
| | | | | | | | | |
| * | | | | | | | | python3Packages.docker: 4.4.4 -> 5.0.0Danielle Lancashire2021-07-16
| | | | | | | | | |
* | | | | | | | | | Merge pull request #130512 from babbaj/looking-glass-b4Jörg Thalheim2021-07-18
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | looking-glass-client: B3 -> B4
| * | | | | | | | | looking-glass-client: B3 -> B4Babbaj2021-07-17
| | | | | | | | | |
* | | | | | | | | | Merge pull request #130537 from Luflosi/add-autoprefixerRobert Hensing2021-07-18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nodePackages.autoprefixer: init at 10.3.1
| * | | | | | | | | | nodePackages.autoprefixer: init at 10.3.1Luflosi2021-07-18
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #130520 from Mic92/telegrafJörg Thalheim2021-07-18
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nixos/telegraf: don't run as nogroup
| * | | | | | | | | | | nixos/telegraf: improve documentationJörg Thalheim2021-07-18
| | | | | | | | | | | |
| * | | | | | | | | | | nixos/telegraf: don't run as nogroupJörg Thalheim2021-07-18
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #130531 from kidonng/patch-2Jörg Thalheim2021-07-18
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | smartmontools: add meta.mainProgram
| * | | | | | | | | | | | smartmontools: add meta.mainProgramKid2021-07-18
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #130532 from kidonng/man-dbJörg Thalheim2021-07-18
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | man-db: add meta.mainProgram
| * | | | | | | | | | | | man-db: add meta.mainProgramKid2021-07-18
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #130523 from Mic92/deltachat-electronJörg Thalheim2021-07-18
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | deltachat-electron: 1.15.5 -> 1.20.3
| * | | | | | | | | | | deltachat-electron: 1.15.5 -> 1.20.3Jörg Thalheim2021-07-18
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #130517 from Mic92/pcalcJörg Thalheim2021-07-18
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | pcalc: 20141224 -> 20181202
| * | | | | | | | | | | pcalc: 20141224 -> 20181202Jörg Thalheim2021-07-18
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #130518 from Mic92/lxappearanceJörg Thalheim2021-07-18
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | lxappearance: add wrapGAppsHook
| * | | | | | | | | | | | lxappearance: add wrapGAppsHookJörg Thalheim2021-07-18
| |/ / / / / / / / / / /
* | / / / / / / / / / / python38Packages.cherrypy: fix build on darwinMario Rodas2021-07-18
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #106721 from Mic92/nix-serveJörg Thalheim2021-07-18
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | nixos/nix-serve: don't run as nogroup
| * | | | | | | | | | nixos/nix-serve: don't run as nogroupJörg Thalheim2021-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nogroup is insecure if shared
* | | | | | | | | | | Merge pull request #130438 from primeos/ungoogled-chromiumBen Siraphob2021-07-18
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ungoogled-chromium: 91.0.4472.114 -> 91.0.4472.164
| * | | | | | | | | | | ungoogled-chromium: 91.0.4472.114 -> 91.0.4472.164Michael Weiss2021-07-17
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #130502 from SuperSandro2000/fix-collection29Ben Siraphob2021-07-18
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix collection29
| * | | | | | | | | | | | zsh-autoenv: add unstable to versionSandro Jäckel2021-07-18
| | | | | | | | | | | | |
| * | | | | | | | | | | | apulse: switch to pname + versionSandro Jäckel2021-07-18
| | | | | | | | | | | | |