Commit Graph
672973 Commits
Author SHA1 Message Date
nixpkgs-merge-bot[bot]andGitHub cbf0cc0b4e nhost-cli: 1.21.0 -> 1.22.3 (#335831) 2024-08-29 15:12:33 +00:00
Donovan GloverandGitHub e24e3fd5ab aaaaxy: 1.5.183 -> 1.5.190 (#338174) 2024-08-29 15:11:55 +00:00
Donovan GloverandGitHub 09f65d78bd zx: 8.1.4 -> 8.1.5 (#338066) 2024-08-29 15:07:14 +00:00
Mathew PolzinandGitHub ff57c3136c buf: 1.37.0 -> 1.38.0 (#337443) 2024-08-29 10:00:03 -05:00
éclairevoyantandGitHub 3aeb372eaf mingtest: init at 0.1.9 (#327902) 2024-08-29 14:11:44 +00:00
R. Ryantmandzowoq 567504ec63 fzf: 0.54.3 -> 0.55.0 2024-08-30 00:09:24 +10:00
SandroandGitHub b4745cc3fd intel-graphics-compiler: 1.0.17193.4 -> 1.0.17384.11 (#337808) 2024-08-29 16:08:53 +02:00
SandroandGitHub 48a0aa7f87 nixos/automx2: init (#333320) 2024-08-29 16:08:22 +02:00
SandroandGitHub 8e649f2353 freerdp: 3.6.3 -> 3.7.0 (#333469) 2024-08-29 16:05:36 +02:00
SandroandGitHub 58ac9a4a4e nixos/mediawiki: add resetUserEmail script (#332325) 2024-08-29 16:04:54 +02:00
SandroandGitHub 5babc04681 nixos/rust-motd: fix assertion after pam changes in #331784 (#338162) 2024-08-29 15:46:48 +02:00
Martin WeineltandGitHub 314ab2d448 pretix: 2024.7.1 -> 2024.8.0 (#338156) 2024-08-29 15:39:19 +02:00
Philip TaronandGitHub 543931cdbf importNpmLock.buildNodeModules: init (#333137) 2024-08-29 06:36:23 -07:00
adisbladisandPhilip Taron 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 TaronandGitHub b305dc2006 workflows/check-by-name: Mention who to ping for trouble (#337120) 2024-08-29 05:57:28 -07:00
Nick CaoandGitHub 55fd1f01db joplin-desktop: 3.0.13 -> 3.0.15 (#338014) 2024-08-29 08:55:27 -04:00
nixpkgs-merge-bot[bot]andGitHub 24a9af7a38 museum: photos-v0.9.16 -> photos-v0.9.30 (#338154) 2024-08-29 12:53:59 +00:00
Fabian AffolterandGitHub 05bece4962 python312Packages.python-gitlab: 4.9.0 -> 4.10.0 (#337859) 2024-08-29 14:43:35 +02:00
Fabian AffolterandGitHub e3b5d11ba1 netclient: 0.24.3 -> 0.25.0 (#337945) 2024-08-29 14:42:15 +02:00
Fabian AffolterandGitHub af924e1a0a python312Packages.yfinance: 0.2.42 -> 0.2.43 (#338004) 2024-08-29 14:41:33 +02:00
Fabian AffolterandGitHub 8802dc1126 python311Packages.rich-click: 1.8.2 -> 1.8.3 (#338131) 2024-08-29 14:39:55 +02:00
Fabian AffolterandGitHub 53bc701231 dvc: 3.54.1 -> 3.55.0 (#338124) 2024-08-29 14:39:31 +02:00
Fabian AffolterandGitHub bd6f8c44d9 exploitdb: 2024-08-24 -> 2024-08-29 (#338126) 2024-08-29 14:39:16 +02:00
Fabian AffolterandGitHub c24a755e9d python311Packages.typer-shell: 0.1.10 -> 0.1.11 (#338127) 2024-08-29 14:38:53 +02:00
Fabian AffolterandGitHub 3ddb6e7610 python311Packages.peaqevcore: 19.11.0 -> 19.11.1 (#338129) 2024-08-29 14:38:33 +02:00
Fabian AffolterandGitHub 2cd7fc28dd python311Packages.tellduslive: 0.10.11 -> 0.10.12 (#338130) 2024-08-29 14:38:18 +02:00
BlakeandSandro Jäckel 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
Luflosi 218b5701c1 aaaaxy: 1.5.183 -> 1.5.190
https://github.com/divVerent/aaaaxy/releases/tag/v1.5.190
2024-08-29 13:56:33 +02:00
0x4A6FandGitHub b4f7fb7143 rustdesk-flutter: 1.2.7 -> 1.3.0 and make reproducible (#336315) 2024-08-29 13:54:47 +02:00
AtemuandValentin Gagarin 54eb390256 libeufin: init at 0.11.3
Co-authored-by: eljamm <fedi.jamoussi@protonmail.ch>

Adapted from https://github.com/ngi-nix/ngipkgs/blob/a9de64c60a167f74524102b773496b4531b23294/pkgs/by-name/libeufin/package.nix
2024-08-29 13:43:18 +02:00
497a5c66c3 taler-wallet-core: init at 0.12.12
Co-authored-by: Atemu <git@atemu.net>

Adapted from https://github.com/ngi-nix/ngipkgs/blob/4dfe0968fc1c00d728231826614f2297d5bf3a88/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 NeidahlandGitHub 248e2cf59d naja: 0-unstable-2024-07-21 -> 0-unstable-2024-08-27, fix darwin (#337288) 2024-08-29 13:38:55 +02:00
Martin WeineltandGitHub fc952b81bf esphome: 2024.8.0 -> 2024.8.1 (#338075) 2024-08-29 13:17:06 +02:00
SandroandGitHub b5e4bf3745 kasmweb: 1.12.0 -> 1.15.0 (#246777) 2024-08-29 13:03:51 +02:00
Martin WeineltandGitHub 8631ebfdda home-assistant-custom-components.solis-sensor: init at 3.6.0 (#338150) 2024-08-29 12:59:48 +02:00
SandroandGitHub 6cdf8227da kdash: 0.6.0 -> 0.6.1 (#337994) 2024-08-29 12:55:42 +02:00
SandroandGitHub b5354e3089 protobuf_28: init at 28.0 (#338119) 2024-08-29 12:53:04 +02:00
SandroandGitHub 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 SimonsandGitHub 30a046abc4 osc: update to version 1.9.1 (#337998) 2024-08-29 12:42:47 +02:00
SandroandGitHub c8b107b696 heatclient: 3.5.0 -> 4.0.0 (#338135) 2024-08-29 12:40:15 +02:00
ZoriotandR. RyanTM 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 ChangandGitHub 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 DellaieraandGitHub 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