| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | nixos/systemd-boot: remove brittle version detection logic•••We were relying on the output of `status` which is not very stable. Instead we rely on systemd to do the version detection logic. Systemd will not update if version_available <= version_installed we add --graceful to make sure systemd returns EXIT_SUCCESS in this scenario. Unfortunately --graceful also makes it return EXIT_SUCCESS if: - ESP is not mounted - Can not edit EFI variables We alliviate this by introducing a `bootctl is-installed` check. If that returns true we know the ESP is mounted and that `update` will not modify any EFI variables. origin/fix-systemd-boot | Arian van Putten | 2023-06-02 | 1 | -15/+9 |
| * | nixos/systemd-boot: remove graceful option•••It never worked and the documentation for it was incorrect. | Arian van Putten | 2023-06-02 | 2 | -19/+7 |
| * | Merge pull request #235549 from yayayayaka/update-jetbrains-gateway•••jetbrains.gateway: 2023.1.1 -> 2023.1.2 | Pol Dellaiera | 2023-06-02 | 2 | -13/+13 |
| |\ | |||||
| | * | jetbrains.gateway: 2023.1.1 -> 2023.1.2•••https://youtrack.jetbrains.com/articles/GTW-A-40/Remote-Development-2023.1.2-231.9011.34-build-Release-Notes | Yaya | 2023-06-02 | 1 | -12/+12 |
| | * | Revert "jetbrains.gateway: Always use build number as version"•••This reverts commit 2f17f70a9ac22048c8a7679fe966fcf58d8881a3. | Yaya | 2023-06-02 | 1 | -1/+1 |
| * | | Merge pull request #235575 from f2k1de/mattermost-7.10.2•••mattermost: 7.8.5 -> 7.10.2 | Pol Dellaiera | 2023-06-02 | 1 | -4/+4 |
| |\ \ | |||||
| | * | | mattermost: 7.8.5 -> 7.10.2 | Isa | 2023-06-02 | 1 | -4/+4 |
| * | | | Merge pull request #234312 from markuskowa/add-abracadabra•••abracadabra: init at 2.1.1 | markuskowa | 2023-06-02 | 2 | -0/+52 |
| |\ \ \ | |||||
| | * | | | abracadabra: init at 2.1.1 | Markus Kowalewski | 2023-05-28 | 2 | -0/+52 |
| * | | | | Merge pull request #235616 from ShamrockLee/lib-derivations-typo•••lib.derivations: fix comment typo | Silvan Mosberger | 2023-06-02 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | lib.derivations: fix comment typo | Yueh-Shun Li | 2023-06-02 | 1 | -1/+1 |
| * | | | | | Merge pull request #230346 from dit7ya/husky | Sandro | 2023-06-02 | 2 | -0/+25 |
| |\ \ \ \ \ | |||||
| | * | | | | | husky: init at 8.0.3 | Mostly Void | 2023-05-14 | 2 | -0/+25 |
| * | | | | | | Merge pull request #234620 from linj-fork/fix/murmur-after•••nixos/murmur: make it be after network.target again | K900 | 2023-06-02 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | nixos/murmur: make it be after network.target again•••network.target was changed to network-online.target in this PR[1] to workaround an issue[2]. The murmur version in Nixpkgs has fixed that issue[2]. [1]: https://github.com/NixOS/nixpkgs/pull/42860 [2]: https://github.com/mumble-voip/mumble/issues/1629 | Lin Jian | 2023-05-28 | 1 | -1/+1 |
| * | | | | | | | Merge pull request #235143 from wlcx/patch-1•••nixos/pixelfed: fix broken try_files | Ryan Lahfa | 2023-06-02 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
| | * | | | | | | nixos/pixelfed: fix broken try_files•••Add missing $ to try files directive. This fixes pixelfed federation and search, amongst presumably many other things! | Sam W | 2023-05-31 | 1 | -1/+1 |
| * | | | | | | | Merge pull request #234774 from jlesquembre/update-clj•••clojure: Pass function to mkDerivation, remove rec | Pol Dellaiera | 2023-06-02 | 1 | -7/+7 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | clojure: 1.11.1.1273 -> 1.11.1.1347 | José Luis Lafuente | 2023-06-02 | 1 | -2/+2 |
| | * | | | | | | | clojure: Pass function to mkDerivation, remove rec•••See https://nixos.org/manual/nixpkgs/stable/#mkderivation-recursive-attributes | José Luis Lafuente | 2023-05-29 | 1 | -5/+5 |
| * | | | | | | | | Merge pull request #234462 from hitsmaxft/add_antidote•••antidote: init at 1.8.6 | Pol Dellaiera | 2023-06-02 | 3 | -0/+41 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | antidote: init at 1.8.6 | hitsmaxft | 2023-06-02 | 3 | -0/+41 |
| * | | | | | | | | | Merge pull request #234613 from stteague/flamp•••flamp: init at 2.2.07 | Pol Dellaiera | 2023-06-02 | 3 | -0/+49 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | maintainers: add stteague | Scott Teague | 2023-06-01 | 1 | -0/+6 |
| | * | | | | | | | | | flamp: init at 2.2.07•••Update default.nix to remove whitespace Update pkgs/applications/radio/flamp/default.nix Use variable as suggested by Natsukium Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com> Update pkgs/applications/radio/flamp/default.nix Change "sha256" to "hash" as suggested by Natsukium Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com> Update pkgs/applications/radio/flamp/default.nix Fix code style to comply with standards as suggested by Natsukium Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com> Update pkgs/applications/radio/flamp/default.nix Fix code style as suggested by Natsukium Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com> Update pkgs/applications/radio/flamp/default.nix Get rid of accidental bloat I had made. As suggested by Natsukium Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com> remove another space Use finalAttrs pattern as suggested by drupol Get rid of unneeded buildInputs | Scott Teague | 2023-06-01 | 2 | -0/+43 |
| * | | | | | | | | | | Merge pull request #235548 from r-ryantm/auto-update/imagemagick•••imagemagick: 7.1.1-10 -> 7.1.1-11 | Kerstin | 2023-06-02 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | imagemagick: 7.1.1-10 -> 7.1.1-11 | R. Ryantm | 2023-06-02 | 1 | -2/+2 |
| * | | | | | | | | | | | Merge pull request #235584 from marsam/update-dot-language-server•••dot-language-server: 1.1.27 -> 1.2.1 | figsoda | 2023-06-02 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | dot-language-server: 1.1.27 -> 1.2.1•••Diff: https://github.com/nikeee/dot-language-server/compare/v1.1.27...v1.2.1 | Mario Rodas | 2023-06-02 | 1 | -3/+3 |
| * | | | | | | | | | | | | Merge pull request #234721 from NixOS/grahamc/absent-revcount•••make-tarball.nix: support an absent revcount | Graham Christensen | 2023-06-02 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | make-tarball.nix: support an absent revcount•••When run out of a tarball, it is possible for revCount to be missing.origin/grahamc/absent-revcount | Graham Christensen | 2023-05-28 | 1 | -1/+1 |
| * | | | | | | | | | | | | | Merge pull request #235579 from r-ryantm/auto-update/zchunk•••zchunk: 1.3.0 -> 1.3.1 | figsoda | 2023-06-02 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | zchunk: 1.3.0 -> 1.3.1 | R. Ryantm | 2023-06-02 | 1 | -2/+2 |
| | | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge pull request #235295 from nikstur/qemu-vm-improve-comments-and-docs•••nixos/qemu-vm: improve comments and option descriptions | Ryan Lahfa | 2023-06-02 | 1 | -18/+11 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | nixos/qemu-vm: remove grub references from useBootLoader description | nikstur | 2023-06-01 | 1 | -6/+5 |
| | * | | | | | | | | | | | | | nixos/qemu-vm: (re-)move old/incorrect comments | nikstur | 2023-06-01 | 1 | -12/+6 |
| * | | | | | | | | | | | | | | Merge pull request #235261 from nicknovitski/buc•••bundlerUpdateScript: don't run bundler-audit | Mario Rodas | 2023-06-02 | 1 | -3/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | bundlerUpdateScript: don't run bundler-audit•••Blocking updates on security warnings doesn't make sense; if an updated gem has dependencies with security warnings, then it's likely for the un-updated gem to have even more of them. | Nick Novitski | 2023-05-31 | 1 | -3/+2 |
| * | | | | | | | | | | | | | | | Merge pull request #235511 from bobby285271/upd/cinnamon-bpo•••Cinnamon updates 2023-06-02 | Bobby Rong | 2023-06-02 | 4 | -13/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | nixos/tests/cinnamon: silence a warning and remove unused args•••Module argument `nodes.machine.config` is deprecated. Use `nodes.machine` instead. | Bobby Rong | 2023-06-02 | 1 | -2/+2 |
| | * | | | | | | | | | | | | | | | nixos/cinnamon: fix slick-greeter icon theme package default | Bobby Rong | 2023-06-02 | 1 | -2/+2 |
| | * | | | | | | | | | | | | | | | python310Packages.xapp: 2.4.0 -> 2.4.1•••https://github.com/linuxmint/python3-xapp/compare/2.4.0...2.4.1 | Bobby Rong | 2023-06-02 | 1 | -2/+2 |
| | * | | | | | | | | | | | | | | | cinnamon.warpinator: 1.6.1 -> 1.6.2•••https://github.com/linuxmint/warpinator/compare/1.6.1...1.6.2 | Bobby Rong | 2023-06-02 | 1 | -7/+2 |
| * | | | | | | | | | | | | | | | | Merge pull request #235518 from r-ryantm/auto-update/relic•••relic: 7.5.4 -> 7.5.5 | figsoda | 2023-06-02 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | relic: 7.5.4 -> 7.5.5 | R. Ryantm | 2023-06-02 | 1 | -3/+3 |
| * | | | | | | | | | | | | | | | | Merge pull request #235560 from r-ryantm/auto-update/package-project-cmake•••package-project-cmake: 1.10.0 -> 1.11.0 | figsoda | 2023-06-02 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | package-project-cmake: 1.10.0 -> 1.11.0 | R. Ryantm | 2023-06-02 | 1 | -2/+2 |
| | | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | Merge pull request #235541 from r-ryantm/auto-update/ghorg•••ghorg: 1.9.4 -> 1.9.5 | figsoda | 2023-06-02 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | ghorg: 1.9.4 -> 1.9.5 | R. Ryantm | 2023-06-02 | 1 | -2/+2 |
| | |/ / / / / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | | | | Merge pull request #235564 from r-ryantm/auto-update/ticker•••ticker: 4.5.10 -> 4.5.13 | figsoda | 2023-06-02 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
