Commit Graph
482514 Commits
Author SHA1 Message Date
R. Ryantm f07083aa44 svls: 0.2.8 -> 0.2.9 2023-05-08 11:58:11 +00:00
Sergei TrofimovichandGitHub db82126485 Merge pull request #230329 from trofi/commit-no-jack-override
csound: drop override for JACK_HEADER
2023-05-08 12:50:15 +01:00
Alyssa Ross bf7de549b9 nixos/iso-image: targetPlatform -> hostPlatform
This is not a compiler, and therefore does not need to care about the
target platform.
2023-05-08 11:50:06 +00:00
Mario RodasandGitHub 73b8bbe422 Merge pull request #230624 from r-ryantm/auto-update/iosevka-bin
iosevka-bin: 22.1.0 -> 22.1.1
2023-05-08 06:46:47 -05:00
Mario RodasandGitHub c1ce16e4c2 Merge pull request #230620 from r-ryantm/auto-update/s2n-tls
s2n-tls: 1.3.42 -> 1.3.43
2023-05-08 06:46:34 -05:00
R. RyantmandAnderson Torres 4cdf91c85b free42: 3.0.17 -> 3.0.20 2023-05-08 08:45:33 -03:00
Mario RodasandGitHub 01bdf35e06 Merge pull request #230654 from r-ryantm/auto-update/buf
buf: 1.17.0 -> 1.18.0
2023-05-08 06:45:25 -05:00
ajs124andGitHub 24442dd515 Merge pull request #230531 from MrTarantoga/texstudio
texstudio: 4.5.1 -> 4.5.2
2023-05-08 13:33:24 +02:00
Fabian AffolterandGitHub 4adcaa61cb python310Packages.laspy: add changelog to meta
- add format
- disable on unsupported Python releases
2023-05-08 13:18:38 +02:00
Fabian Affolter 242f70a322 python311Packages.cle: use binaries 9.2.49 2023-05-08 13:12:32 +02:00
Mario RodasandGitHub 512ce5ee01 Merge pull request #230582 from r-ryantm/auto-update/arti
arti: 1.1.3 -> 1.1.4
2023-05-08 06:07:52 -05:00
Mario RodasandGitHub e1d0a1fe61 Merge pull request #229834 from sielicki/mutagen_016_017
mutagen: 0.16 -> 0.17
2023-05-08 06:07:20 -05:00
Fabian AffolterandGitHub 323383fb97 Merge pull request #230632 from fabaff/fakeredis-bump
python310Packages.fakeredis: 2.11.2 -> 2.12.0
2023-05-08 13:01:55 +02:00
Weijia WangandAlyssa Ross a265d187c9 hyprpaper: mark as broken on darwin 2023-05-08 11:00:50 +00:00
R. Ryantm ed2700a6f3 goreleaser: 1.18.1 -> 1.18.2 2023-05-08 10:58:50 +00:00
LassulusandGitHub 214bafa0dd Merge pull request #228372 from afh/update-yubikey-manager 2023-05-08 12:56:08 +02:00
Dawid DziurlaandGitHub 072bc43dd5 vorta: install symbolic icon 2023-05-08 12:54:40 +02:00
Arjan SchrijverandPeter Hoeg 7911717ffb davmail: 6.0.1 -> 6.1.0 2023-05-08 18:52:10 +08:00
LassulusandGitHub cfb68a8e24 Merge pull request #229264 from azahi/zmusic-1112
zmusic: 1.1.11 -> 1.1.12
2023-05-08 12:47:29 +02:00
R. Ryantm 0d82490a70 libgen-cli: 1.0.9 -> 1.0.10 2023-05-08 10:43:01 +00:00
Mark Ruvald Pedersen 66fb2f539a nixos/proxmox-image: Disable O_DIRECT to fix assert
Context summary:
'vma create' can't otherwise write to tmpfs such as /dev/shm.
This is important when used from non-nixos machines which may
have /build as tmpfs.

VMA is Proxmox's virtual machine image format that wraps QEMU images,
augmenting these with proxmox-specific configuration file.
proxmox-image.nix uses the VMA tool to create vma image files.
The VMA tool exists as a patchset ontop of QEMU.

VMA writes its output with open() and O_DIRECT flag.
O_DIRECT does not work on Linux tmpfs [1]. Thus:
$ vma create ~/output.vma ...  # works, assuming home isn't tmpfs.
$ vma create /dev/shm/output.vma ...  # fails since /dev/shm is tmpfs
Failure results in assert(*errp == NULL).

O_DIRECT is a cache performance hint.
But it currently blocks our usage of nixos-generate -f proxmox from
Non-NixOS hosts and Docker.

The patch here simply removes O_DIRECT:
vma-writer.c later performs memalign due to O_DIRECT, but this is
safe to do with or without O_DIRECT.
Ideally, this should be fixed in upstream Proxmox: Perhaps by falling
back to open without O_DIRECT.

Another attempt to fix this SIGABRT is [2], which writes the vma file
directory to $out/ folder -- however that may still be tmpfs mounted
which it is in our case.

[1] https://lore.kernel.org/lkml/45A29EC2.8020502@tmr.com/t/
[2] https://github.com/NixOS/nixpkgs/pull/224282
2023-05-08 12:33:41 +02:00
R. Ryantm ae2c832797 buf: 1.17.0 -> 1.18.0 2023-05-08 10:32:08 +00:00
rewine 82c778627d nixos/release: add deepin closure 2023-05-08 18:25:41 +08:00
rewine 22463e0c0a qtcreator-qt6: 10.0.0 -> 10.0.1 2023-05-08 18:19:58 +08:00
Domen Kožar 8fa10a0118 Add nodePackages.dotenv-vault 2023-05-08 11:08:17 +01:00
LassulusandGitHub fd40cef8d7 Merge pull request #224792 from ivankovnatsky/patch-38
stc-cli: init at 1.4
2023-05-08 11:49:51 +02:00
Jörg Thalheim 3288479636 nixos/envfs: make mounts non-critical
We usually don't want to bring the whole machine into emergency mode
just because we couldn't mount envfs. It's usually not on the critical
path.
2023-05-08 11:24:18 +02:00
R. Ryantm 4f147aba44 odo: 3.9.0 -> 3.10.0 2023-05-08 09:19:38 +00:00
Martin WeineltandGitHub 4776229225 Merge pull request #230594 from mweinelt/rules-3.3.0
python310Packages.rules: init at 3.3.0
2023-05-08 11:15:49 +02:00
aktaboot 19c9424dc4 vimPlugins.nvim-treesitter: update grammars 2023-05-08 11:14:36 +02:00
aktaboot d1c650ffce vimPlugins: resolve github repository redirects 2023-05-08 11:13:59 +02:00
aktaboot 050ae0b8c3 vimPlugins: update 2023-05-08 11:12:44 +02:00
R. Ryantm 2cd1e7370b praat: 6.3.09 -> 6.3.10 2023-05-08 09:08:58 +00:00
QJoly 49a401bd9f k9s: 0.27.3 -> 0.27.4 2023-05-08 11:02:23 +02:00
Martin WeineltandGitHub 2bb88378bd Merge pull request #230631 from fabaff/aioesphomeapi-bump
python310Packages.aioesphomeapi: 13.7.3 -> 13.7.4
2023-05-08 11:01:56 +02:00
R. Ryantm 8f7728b109 aiac: 2.2.0 -> 2.4.0 2023-05-08 08:47:38 +00:00
Azat BahawiandGitHub d9b8ae36f3 Merge pull request #230549 from azahi/shod-262
shod: 2.5.0 -> 2.6.2
2023-05-08 11:46:25 +03:00
Weijia WangandGitHub f7b1497128 Merge pull request #230548 from panicgh/remove-old-boost
boost: remove unused pkgs and cleanup
2023-05-08 11:35:59 +03:00
Weijia WangandGitHub 210286c48d Merge pull request #230505 from afh/gnupg-libgcrypt-add-changelog
gnupg libgcrypt: Add changelog
2023-05-08 11:34:03 +03:00
Martin Weinelt 227778a165 python310Packages.rules: init at 3.3.0 2023-05-08 10:33:05 +02:00
R. Ryantm 88e433cd98 harmonia: 0.6.2 -> 0.6.3 2023-05-08 08:32:28 +00:00
Fabian Affolter 86cf3fca1f python310Packages.fakeredis: 2.11.2 -> 2.12.0
Changelog: https://github.com/cunla/fakeredis-py/releases/tag/v2.12.0
2023-05-08 10:29:54 +02:00
Weijia WangandGitHub b02a392d57 Merge pull request #230430 from r-ryantm/auto-update/cgal_5
cgal_5: 5.5.1 -> 5.5.2
2023-05-08 11:29:00 +03:00
Fabian Affolter 62621d615a python310Packages.aioesphomeapi: 13.7.3 -> 13.7.4
Changelog: https://github.com/esphome/aioesphomeapi/releases/tag/v13.7.4
2023-05-08 10:26:53 +02:00
Ivan Kovnatsky d384201cb9 stc-cli: init at 1.4 2023-05-08 11:26:22 +03:00
Fabian AffolterandGitHub 3c4a3aba89 Merge pull request #230564 from r-ryantm/auto-update/python310Packages.pynamodb
python310Packages.pynamodb: 5.4.1 -> 5.5.0
2023-05-08 10:24:00 +02:00
Aaron Jheng 7ec3f49e55 starlark: unstable-2023-01-12 -> unstable-2023-03-02 2023-05-08 08:22:16 +00:00
R. Ryantm 09be62f24a velero: 1.10.2 -> 1.10.3 2023-05-08 08:18:38 +00:00
Martin WeineltandGitHub 6caac5b6c4 Merge pull request #230595 from mweinelt/urlman-2.0.1
python310Packages.urlman: init at 2.0.1
2023-05-08 10:16:54 +02:00
Weijia WangandGitHub 7026085169 Merge pull request #230614 from r-ryantm/auto-update/hyprpaper
hyprpaper: 0.1.0 -> 0.2.0
2023-05-08 11:05:12 +03:00