summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-bootArian van Putten2023-06-021-15/+9
* nixos/systemd-boot: remove graceful option•••It never worked and the documentation for it was incorrect. Arian van Putten2023-06-022-19/+7
* Merge pull request #235549 from yayayayaka/update-jetbrains-gateway•••jetbrains.gateway: 2023.1.1 -> 2023.1.2Pol Dellaiera2023-06-022-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 Yaya2023-06-021-12/+12
| * Revert "jetbrains.gateway: Always use build number as version"•••This reverts commit 2f17f70a9ac22048c8a7679fe966fcf58d8881a3. Yaya2023-06-021-1/+1
* | Merge pull request #235575 from f2k1de/mattermost-7.10.2•••mattermost: 7.8.5 -> 7.10.2Pol Dellaiera2023-06-021-4/+4
|\ \
| * | mattermost: 7.8.5 -> 7.10.2Isa2023-06-021-4/+4
* | | Merge pull request #234312 from markuskowa/add-abracadabra•••abracadabra: init at 2.1.1markuskowa2023-06-022-0/+52
|\ \ \
| * | | abracadabra: init at 2.1.1Markus Kowalewski2023-05-282-0/+52
* | | | Merge pull request #235616 from ShamrockLee/lib-derivations-typo•••lib.derivations: fix comment typoSilvan Mosberger2023-06-021-1/+1
|\ \ \ \
| * | | | lib.derivations: fix comment typoYueh-Shun Li2023-06-021-1/+1
* | | | | Merge pull request #230346 from dit7ya/huskySandro2023-06-022-0/+25
|\ \ \ \ \
| * | | | | husky: init at 8.0.3Mostly Void2023-05-142-0/+25
* | | | | | Merge pull request #234620 from linj-fork/fix/murmur-after•••nixos/murmur: make it be after network.target againK9002023-06-021-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 Jian2023-05-281-1/+1
* | | | | | | Merge pull request #235143 from wlcx/patch-1•••nixos/pixelfed: fix broken try_filesRyan Lahfa2023-06-021-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 W2023-05-311-1/+1
* | | | | | | Merge pull request #234774 from jlesquembre/update-clj•••clojure: Pass function to mkDerivation, remove recPol Dellaiera2023-06-021-7/+7
|\ \ \ \ \ \ \
| * | | | | | | clojure: 1.11.1.1273 -> 1.11.1.1347José Luis Lafuente2023-06-021-2/+2
| * | | | | | | clojure: Pass function to mkDerivation, remove rec•••See https://nixos.org/manual/nixpkgs/stable/#mkderivation-recursive-attributes José Luis Lafuente2023-05-291-5/+5
* | | | | | | | Merge pull request #234462 from hitsmaxft/add_antidote•••antidote: init at 1.8.6Pol Dellaiera2023-06-023-0/+41
|\ \ \ \ \ \ \ \
| * | | | | | | | antidote: init at 1.8.6hitsmaxft2023-06-023-0/+41
* | | | | | | | | Merge pull request #234613 from stteague/flamp•••flamp: init at 2.2.07Pol Dellaiera2023-06-023-0/+49
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | maintainers: add stteagueScott Teague2023-06-011-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 Teague2023-06-012-0/+43
* | | | | | | | | | Merge pull request #235548 from r-ryantm/auto-update/imagemagick•••imagemagick: 7.1.1-10 -> 7.1.1-11Kerstin2023-06-021-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | imagemagick: 7.1.1-10 -> 7.1.1-11R. Ryantm2023-06-021-2/+2
* | | | | | | | | | | Merge pull request #235584 from marsam/update-dot-language-server•••dot-language-server: 1.1.27 -> 1.2.1figsoda2023-06-021-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 Rodas2023-06-021-3/+3
* | | | | | | | | | | | Merge pull request #234721 from NixOS/grahamc/absent-revcount•••make-tarball.nix: support an absent revcountGraham Christensen2023-06-021-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-revcountGraham Christensen2023-05-281-1/+1
* | | | | | | | | | | | | Merge pull request #235579 from r-ryantm/auto-update/zchunk•••zchunk: 1.3.0 -> 1.3.1figsoda2023-06-021-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | zchunk: 1.3.0 -> 1.3.1R. Ryantm2023-06-021-2/+2
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #235295 from nikstur/qemu-vm-improve-comments-and-docs•••nixos/qemu-vm: improve comments and option descriptionsRyan Lahfa2023-06-021-18/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | nixos/qemu-vm: remove grub references from useBootLoader descriptionnikstur2023-06-011-6/+5
| * | | | | | | | | | | | | nixos/qemu-vm: (re-)move old/incorrect commentsnikstur2023-06-011-12/+6
* | | | | | | | | | | | | | Merge pull request #235261 from nicknovitski/buc•••bundlerUpdateScript: don't run bundler-auditMario Rodas2023-06-021-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 Novitski2023-05-311-3/+2
* | | | | | | | | | | | | | | Merge pull request #235511 from bobby285271/upd/cinnamon-bpo•••Cinnamon updates 2023-06-02Bobby Rong2023-06-024-13/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | nixos/tests/cinnamon: silence a warning and remove unused args•••Module argument `nodes.machine.config` is deprecated. Use `nodes.machine` instead. Bobby Rong2023-06-021-2/+2
| * | | | | | | | | | | | | | | nixos/cinnamon: fix slick-greeter icon theme package defaultBobby Rong2023-06-021-2/+2
| * | | | | | | | | | | | | | | python310Packages.xapp: 2.4.0 -> 2.4.1•••https://github.com/linuxmint/python3-xapp/compare/2.4.0...2.4.1 Bobby Rong2023-06-021-2/+2
| * | | | | | | | | | | | | | | cinnamon.warpinator: 1.6.1 -> 1.6.2•••https://github.com/linuxmint/warpinator/compare/1.6.1...1.6.2 Bobby Rong2023-06-021-7/+2
* | | | | | | | | | | | | | | | Merge pull request #235518 from r-ryantm/auto-update/relic•••relic: 7.5.4 -> 7.5.5figsoda2023-06-021-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | relic: 7.5.4 -> 7.5.5R. Ryantm2023-06-021-3/+3
* | | | | | | | | | | | | | | | Merge pull request #235560 from r-ryantm/auto-update/package-project-cmake•••package-project-cmake: 1.10.0 -> 1.11.0figsoda2023-06-021-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | package-project-cmake: 1.10.0 -> 1.11.0R. Ryantm2023-06-021-2/+2
| | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #235541 from r-ryantm/auto-update/ghorg•••ghorg: 1.9.4 -> 1.9.5figsoda2023-06-021-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | ghorg: 1.9.4 -> 1.9.5R. Ryantm2023-06-021-2/+2
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #235564 from r-ryantm/auto-update/ticker•••ticker: 4.5.10 -> 4.5.13figsoda2023-06-021-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \