Sandro Jäckel
ab8bf8c35b
lib/modules: improve error message when option is being accessed that isn't defined
2024-09-01 23:29:21 +02:00
Sandro
5babc04681
nixos/rust-motd: fix assertion after pam changes in #331784 ( #338162 )
2024-08-29 15:46:48 +02:00
Martin Weinelt
314ab2d448
pretix: 2024.7.1 -> 2024.8.0 ( #338156 )
2024-08-29 15:39:19 +02:00
Philip Taron
543931cdbf
importNpmLock.buildNodeModules: init ( #333137 )
2024-08-29 06:36:23 -07:00
adisbladis
9c7ff7277c
importNpmLock.buildNodeModules: init
...
`importNpmLock.buildNodeModules` returns a derivation with a pre-built `node_modules` directory, as imported by `importNpmLock`.
This is to be used together with `importNpmLock.hooks.linkNodeModulesHook` to facilitate `nix-shell`/`nix develop` based development workflows:
```nix
pkgs.mkShell {
packages = [
importNpmLock.hooks.linkNodeModulesHook
nodejs
];
npmDeps = importNpmLock.buildNodeModules {
npmRoot = ./.;
inherit nodejs;
};
}
```
will create a development shell where a `node_modules` directory is created & packages symlinked to the Nix store when activated.
This code is adapted from https://github.com/adisbladis/buildNodeModules
2024-08-29 06:12:07 -07:00
Philip Taron
b305dc2006
workflows/check-by-name: Mention who to ping for trouble ( #337120 )
2024-08-29 05:57:28 -07:00
Nick Cao
55fd1f01db
joplin-desktop: 3.0.13 -> 3.0.15 ( #338014 )
2024-08-29 08:55:27 -04:00
nixpkgs-merge-bot[bot]
24a9af7a38
museum: photos-v0.9.16 -> photos-v0.9.30 ( #338154 )
2024-08-29 12:53:59 +00:00
Fabian Affolter
05bece4962
python312Packages.python-gitlab: 4.9.0 -> 4.10.0 ( #337859 )
2024-08-29 14:43:35 +02:00
Fabian Affolter
e3b5d11ba1
netclient: 0.24.3 -> 0.25.0 ( #337945 )
2024-08-29 14:42:15 +02:00
Fabian Affolter
af924e1a0a
python312Packages.yfinance: 0.2.42 -> 0.2.43 ( #338004 )
2024-08-29 14:41:33 +02:00
Fabian Affolter
8802dc1126
python311Packages.rich-click: 1.8.2 -> 1.8.3 ( #338131 )
2024-08-29 14:39:55 +02:00
Fabian Affolter
53bc701231
dvc: 3.54.1 -> 3.55.0 ( #338124 )
2024-08-29 14:39:31 +02:00
Fabian Affolter
bd6f8c44d9
exploitdb: 2024-08-24 -> 2024-08-29 ( #338126 )
2024-08-29 14:39:16 +02:00
Fabian Affolter
c24a755e9d
python311Packages.typer-shell: 0.1.10 -> 0.1.11 ( #338127 )
2024-08-29 14:38:53 +02:00
Fabian Affolter
3ddb6e7610
python311Packages.peaqevcore: 19.11.0 -> 19.11.1 ( #338129 )
2024-08-29 14:38:33 +02:00
Fabian Affolter
2cd7fc28dd
python311Packages.tellduslive: 0.10.11 -> 0.10.12 ( #338130 )
2024-08-29 14:38:18 +02:00
Blake
32b09f611f
nixos/rust-motd: fix assertion after pam changes in #331784
2024-08-29 14:14:40 +02:00
Martin Weinelt
fab2e0a071
pretix.plugins.zugferd: 2.2.0 -> 2.2.1
...
https://github.com/pretix/pretix-zugferd/compare/v2.2.0...v2.2.1
2024-08-29 14:12:24 +02:00
Martin Weinelt
132814bc5a
pretix: 2024.7.1 -> 2024.8.0
...
https://pretix.eu/about/en/blog/20240828-release-2024-8/
https://github.com/pretix/pretix/compare/refs/tags/v2024.7.1...v2024.8.0
2024-08-29 14:12:16 +02:00
Martin Weinelt
24699e786c
python312Packages.django-filter: 24.2 -> 24.3
...
https://github.com/carltongibson/django-filter/blob/24.3/CHANGES.rst
2024-08-29 14:12:16 +02:00
0x4A6F
b4f7fb7143
rustdesk-flutter: 1.2.7 -> 1.3.0 and make reproducible ( #336315 )
2024-08-29 13:54:47 +02:00
Atemu
54eb390256
libeufin: init at 0.11.3
...
Co-authored-by: eljamm <fedi.jamoussi@protonmail.ch>
Adapted from a9de64c60a/pkgs/by-name/libeufin/package.nix
2024-08-29 13:43:18 +02:00
eljamm
497a5c66c3
taler-wallet-core: init at 0.12.12
...
Co-authored-by: Atemu <git@atemu.net>
Adapted from 4dfe0968fc/pkgs/by-name/taler-wallet-core/package.nix
Co-authored-by: Robert Schütz <github@dotlambda.de>
2024-08-29 13:41:33 +02:00
Cosima Neidahl
248e2cf59d
naja: 0-unstable-2024-07-21 -> 0-unstable-2024-08-27, fix darwin ( #337288 )
2024-08-29 13:38:55 +02:00
Martin Weinelt
fc952b81bf
esphome: 2024.8.0 -> 2024.8.1 ( #338075 )
2024-08-29 13:17:06 +02:00
Sandro
b5e4bf3745
kasmweb: 1.12.0 -> 1.15.0 ( #246777 )
2024-08-29 13:03:51 +02:00
Martin Weinelt
8631ebfdda
home-assistant-custom-components.solis-sensor: init at 3.6.0 ( #338150 )
2024-08-29 12:59:48 +02:00
Sandro
6cdf8227da
kdash: 0.6.0 -> 0.6.1 ( #337994 )
2024-08-29 12:55:42 +02:00
Sandro
b5354e3089
protobuf_28: init at 28.0 ( #338119 )
2024-08-29 12:53:04 +02:00
Sandro
7c497700a7
ironicclient: 5.7.0 -> 5.8.0 ( #338134 )
2024-08-29 12:52:48 +02:00
R. Ryantm
4f34e56602
museum: photos-v0.9.16 -> photos-v0.9.30
2024-08-29 10:48:41 +00:00
Peter Simons
30a046abc4
osc: update to version 1.9.1 ( #337998 )
2024-08-29 12:42:47 +02:00
Sandro
c8b107b696
heatclient: 3.5.0 -> 4.0.0 ( #338135 )
2024-08-29 12:40:15 +02:00
Zoriot
64c4da5255
joplin-desktop: 3.0.13 -> 3.0.15
...
Co-authored-by: R. RyanTM <ryantm-bot@ryantm.com>
2024-08-29 12:33:18 +02:00
Burgess Chang
d2c685846d
guile-git: 0.7.0 -> 0.8.0 ( #338074 )
...
Signed-off-by: Burgess Chang <bsc@brsvh.org>
2024-08-29 12:18:56 +02:00
Pol Dellaiera
e9ee7829f6
mongodb-ce: 7.0.12 -> 7.0.14 ( #338140 )
2024-08-29 12:11:55 +02:00
Jon Seager
f7b65f2290
home-assistant-custom-components.solis-sensor: init at 3.6.0
2024-08-29 10:03:47 +00:00
Matthieu C.
dd6c0ee128
novops: add autocompletion
2024-08-29 11:51:59 +02:00
Pol Dellaiera
78b39adcda
mongodb-ce: 7.0.12 -> 7.0.14
2024-08-29 11:11:39 +02:00
Pol Dellaiera
4dfe798dec
open-webui: 0.3.15 -> 0.3.16 ( #338034 )
2024-08-29 10:52:25 +02:00
Fabian Affolter
84e77f1c87
python312Packages.cyclopts: 2.9.8 -> 2.9.9 ( #338125 )
2024-08-29 10:47:04 +02:00
R. Ryantm
ca4c19629f
heatclient: 3.5.0 -> 4.0.0
2024-08-29 08:41:29 +00:00
R. Ryantm
7d94d645e1
ironicclient: 5.7.0 -> 5.8.0
2024-08-29 08:40:17 +00:00
lassulus
ee2a36db7a
pyright: 1.1.377 -> 1.1.378 ( #337893 )
2024-08-29 10:27:24 +02:00
Pol Dellaiera
dcddf4c686
ferretdb: 1.23.1 -> 1.24.0 ( #338105 )
2024-08-29 10:25:16 +02:00
lassulus
a36f20f4d0
komac: 2.2.1 -> 2.5.0 + add HeitorAugustoLN as a maintainer ( #329482 )
2024-08-29 10:24:46 +02:00
Fabian Affolter
9e073dc84d
yara-x: 0.6.0 -> 0.7.0 ( #337970 )
2024-08-29 09:56:19 +02:00
Fabian Affolter
c6d83efaef
python311Packages.rich-click: 1.8.2 -> 1.8.3
...
Diff: https://github.com/ewels/rich-click/compare/refs/tags/v1.8.2...v1.8.3
Changelog: https://github.com/ewels/rich-click/blob/v1.8.3/CHANGELOG.md
2024-08-29 09:53:45 +02:00
Fabian Affolter
e9b2c37d30
python311Packages.tellduslive: refactor
2024-08-29 09:51:24 +02:00