Commit Graph

153 Commits

Author SHA1 Message Date
R. Ryantm
a46bd85b09 railway: 3.14.1 -> 3.15.1 2024-10-01 19:04:05 +00:00
nartsisss
a3e3aa2583
rainfrog: 0.2.5 -> 0.2.6 2024-09-30 00:21:34 +03:00
R. Ryantm
e4eaf7c776 raspberrypi-eeprom: 2024.09.10-2712 -> 2024.09.23-2712 2024-09-28 03:45:40 +00:00
Weijia Wang
7c5794427f
ratchet: 0.9.2 -> 0.10.0 (#343749) 2024-09-27 02:43:23 +02:00
Aleksana
6de7b1dfe1
rana: init at 0.5.4 (#325911) 2024-09-26 15:43:46 +08:00
R. Ryantm
545aadd2f2 rainfrog: 0.2.4 -> 0.2.5 2024-09-26 03:57:23 +00:00
Patka
7cefd8416d rainfrog: init at 0.2.4
A database management TUI for postgres. https://github.com/achristmascarl/rainfrog
2024-09-25 16:02:10 +02:00
Artturin
63fa53d97c treewide: reformat files which need reformatting after
`treewide: replace stdenv.is with stdenv.hostPlatform.is`
2024-09-25 00:04:39 +03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
R. Ryantm
5ecbbed1ce railway: 3.14.0 -> 3.14.1 2024-09-23 18:18:43 +00:00
Ryan Cao
644f6061be
ratchet: 0.9.2 -> 0.10.0 2024-09-22 23:29:48 +08:00
Robert Schütz
e537b1502b
raffi: 0.4.0 -> 0.5.1 (#342392) 2024-09-21 19:46:58 -07:00
R. Ryantm
74437ce964 rasm: 2.2.6 -> 2.2.7 2024-09-20 21:55:13 +00:00
Peder Bergebakken Sundt
8aa42ae0d9
treewide: remove CMAKE_BUILD_TYPE from cmakeFlags (#336854) 2024-09-19 22:32:31 +02:00
Vincent Ambo
f6c31a3b66 radicle-explorer: init at 0.17.0
This commit adds radicle-explorer, a web interface for Radicle which displays
repositories, issues and patches.

The package builds the web interface itself, but a web server still needs to be
configured to serve it. This is out-of-scope for this commit, but may be added
to the related NixOS modules in the future.

The web interface is based on the API exposed by radicle-httpd. For this reason
the sources and version of the web interface have been tied directly to the
radicle-httpd package, necessitating corresponding updates on this package
whenever httpd is updated.

There's a little bit of fixed-point magic in this change to enable two features:

* Overriding build-time configuration (required to, for example, display a
  different Radicle seed by default). Documentation for this is available in the
  upstream repo.

* Building radicle-explorer without plausible, a web tracking package which
  sends user-data to a remote host by default.

These are configured through slightly different overriding mechanisms, but I
hope to simplify this in the future with some upstream patches.
2024-09-19 07:17:08 +00:00
R. Ryantm
c512277d2a raspberrypi-eeprom: 2024.07.30-2712 -> 2024.09.10-2712 2024-09-17 05:00:45 +00:00
R. Ryantm
7ca008e7b8 raffi: 0.4.0 -> 0.5.1 2024-09-16 20:31:23 +00:00
nixpkgs-merge-bot[bot]
cfe9dfe9c3
railway: 3.13.0 -> 3.14.0 (#341669) 2024-09-14 01:06:53 +00:00
R. Ryantm
9f4db6cbf8 railway: 3.13.0 -> 3.14.0 2024-09-13 21:09:33 +00:00
qubitnano
3da9f7c158 raze: wrap vulkan-loader 2024-09-12 21:58:25 -04:00
Lorenz Leutgeb
6f5b0ef201 radicle-node: 1.0.0-rc.17 → 1.0.0 2024-09-10 13:54:51 +02:00
R. Ryantm
3ab46c9f85 raspberrypi-eeprom: 2024.06.05-2712 -> 2024.07.30-2712 2024-09-05 15:42:15 +00:00
Florian
f7b5d44018
radicle-node: 1.0.0-rc.14 -> 1.0.0-rc.17 (#338983) 2024-09-04 15:42:55 +02:00
Florian Brandes
2f0d100ce4
radicle-node: 1.0.0-rc.16 -> 1.0.0-rc.17
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-09-04 08:34:31 +02:00
Florian
d1d7733013
radicle-httpd: 0.15.0 -> 0.17.0 (#338980) 2024-09-02 17:20:31 +02:00
Marcus Ramberg
281bd586ee
radio-cli: init at 2.3.1 (#330817) 2024-09-02 16:33:44 +02:00
Florian Brandes
6280d2eadb
radicle-node: 1.0.0-rc.14 -> 1.0.0-rc.16
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-09-02 12:56:47 +02:00
Florian Brandes
83f2253514
radicle-httpd: 0.15.0 -> 0.17.0
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-09-02 12:34:14 +02:00
luftmensch-luftmensch
46cfae2907
radio-cli: init at 2.3.1 2024-09-02 08:38:08 +02:00
Kerstin Humm
4de50c9c5c
radicale: 3.2.1 -> 3.2.3
Changelog: https://github.com/Kozea/Radicale/releases/tag/v3.2.3
2024-08-30 11:33:10 +02:00
Pol Dellaiera
3bdb21ef9a
rabbit: 2.1.0 -> 2.2.0
Diff: https://github.com/natarajan-chidambaram/RABBIT/compare/refs/tags/2.1.0...2.2.0
2024-08-28 23:13:25 +02:00
Sandro
8aa6fbde77
rathole: 0.5.0 -> 0.5.0-unstable-2024-06-06 (#337095) 2024-08-27 14:09:38 +02:00
nixpkgs-merge-bot[bot]
bb0d7fa0f2
railway: 3.12.2 -> 3.13.0 (#337603) 2024-08-27 01:55:29 +00:00
R. Ryantm
b706033252 railway: 3.12.2 -> 3.13.0 2024-08-27 00:30:51 +00:00
Sergei Zimmerman
7fcb06ad6d rathole: 0.5.0 -> 0.5.0-unstable-2024-06-06
- Update to [be14d12](https://github.com/rapiz1/rathole/commit/be14d12),
  which has Rust 1.80 fixes
- Re-enable doCheck
- Add myself as maintainer
- Sort meta attributes
- Remove with lib; usage
- Drop changelog for unstable version, since upstream
  does not track unreleased changes
2024-08-27 00:31:26 +03:00
Martin Becze
8e0e4406d9
railway-wallet: 5.17.0 -> 5.17.10 2024-08-26 15:35:16 +01:00
Sergei Zimmerman
4854f87b04 rathole: format with nixfmt 2024-08-25 13:33:25 +03:00
Sergei Zimmerman
bdbf8538e1 rathole: move to pkgs/by-name 2024-08-25 13:32:21 +03:00
jopejoe1
07654aeb36 raze: remove CMAKE_BUILD_TYPE from cmakeFlags 2024-08-23 19:08:59 +02:00
Peder Bergebakken Sundt
fcdecc256a
treewide: change ${pname} to string literal (#336172)
* adwaita-icon-theme: change `${pname}` to string literal

* alp: change `${pname}` to string literal

* alsa-oss: change `${pname}` to string literal

* alsa-plugins: change `${pname}` to string literal

* alsa-ucm-conf: change `${pname}` to string literal

* alsa-utils: change `${pname}` to string literal

* anyrun: change `${pname}` to string literal

* assemblyscript: change `${pname}` to string literal

* audiobookshelf: change `${pname}` to string literal

* baobab: change `${pname}` to string literal

* braa: change `${pname}` to string literal

* brill: change `${pname}` to string literal

* centrifugo: change `${pname}` to string literal

* cheese: change `${pname}` to string literal

* cljfmt: change `${pname}` to string literal

* coppwr: change `${pname}` to string literal

* cosmic-edit: change `${pname}` to string literal

* cosmic-files: change `${pname}` to string literal

* cosmic-store: change `${pname}` to string literal

* cosmic-term: change `${pname}` to string literal

* crate2nix: change `${pname}` to string literal

* cups-kyocera-3500-4500: change `${pname}` to string literal

* dbqn: change `${pname}` to string literal

* dconf-editor: change `${pname}` to string literal

* devhelp: change `${pname}` to string literal

* dmarc-report-converter: change `${pname}` to string literal

* engage: change `${pname}` to string literal

* eog: change `${pname}` to string literal

* evolution-data-server-gtk4: change `${pname}` to string literal

* find-billy: change `${pname}` to string literal

* firefly-iii: change `${pname}` to string literal

* fuchsia-cursor: change `${pname}` to string literal

* geary: change `${pname}` to string literal

* ghex: change `${pname}` to string literal

* gitg: change `${pname}` to string literal

* glasskube: change `${pname}` to string literal

* gnome.gnome-autoar: change `${pname}` to string literal

* gnome.gnome-calculator: change `${pname}` to string literal

* gnome.gnome-calendar: change `${pname}` to string literal

* gnome.gnome-common: change `${pname}` to string literal

* gnome.gnome-dictionary: change `${pname}` to string literal

* gnome.gnome-disk-utility: change `${pname}` to string literal

* gnome.gnome-font-viewer: change `${pname}` to string literal

* gnome.gnome-keyring: change `${pname}` to string literal

* gnome.gnome-screenshot: change `${pname}` to string literal

* gnome.gnome-system-monitor: change `${pname}` to string literal

* gnome.seahorse: change `${pname}` to string literal

* gnome.simple-scan: change `${pname}` to string literal

* gnome.sushi: change `${pname}` to string literal

* gnome.totem: change `${pname}` to string literal

* gnome.yelp: change `${pname}` to string literal

* gnome.yelp-xsl: change `${pname}` to string literal

* gnucap-full: change `${pname}` to string literal

* goredo: change `${pname}` to string literal

* guile-semver: change `${pname}` to string literal

* halo: change `${pname}` to string literal

* intiface-central: change `${pname}` to string literal

* intune-portal: change `${pname}` to string literal

* iscc: change `${pname}` to string literal

* jetbrains-toolbox: change `${pname}` to string literal

* jnr-posix: change `${pname}` to string literal

* keymapp: change `${pname}` to string literal

* libation: change `${pname}` to string literal

* libeduvpn-common: change `${pname}` to string literal

* libmamba: change `${pname}` to string literal

* littlefs-fuse: change `${pname}` to string literal

* logseq: change `${pname}` to string literal

* lxgw-wenkai-tc: change `${pname}` to string literal

* microsoft-identity-broker: change `${pname}` to string literal

* minetest-mapserver: change `${pname}` to string literal

* msalsdk-dbusclient: change `${pname}` to string literal

* neverest: change `${pname}` to string literal

* nf-test: change `${pname}` to string literal

* numbat: change `${pname}` to string literal

* pdf2odt: change `${pname}` to string literal

* plemoljp: change `${pname}` to string literal

* plemoljp-hs: change `${pname}` to string literal

* plemoljp-nf: change `${pname}` to string literal

* pocket-updater-utility: change `${pname}` to string literal

* proto: change `${pname}` to string literal

* pw3270: change `${pname}` to string literal

* ratchet: change `${pname}` to string literal

* read-it-later: change `${pname}` to string literal

* redmine: change `${pname}` to string literal

* regina: change `${pname}` to string literal

* regripper: change `${pname}` to string literal

* revolt-desktop: change `${pname}` to string literal

* rs: change `${pname}` to string literal

* signaturepdf: change `${pname}` to string literal

* sonarlint-ls: change `${pname}` to string literal

* srgn: change `${pname}` to string literal

* stackit-cli: change `${pname}` to string literal

* substudy: change `${pname}` to string literal

* swayosd: change `${pname}` to string literal

* synthesia: change `${pname}` to string literal

* tarlz: change `${pname}` to string literal

* termcap: change `${pname}` to string literal

* tinycompress: change `${pname}` to string literal

* tracexec: change `${pname}` to string literal

* treefmt2: change `${pname}` to string literal

* udev-gothic: change `${pname}` to string literal

* udev-gothic-nf: change `${pname}` to string literal

* vvvvvv: change `${pname}` to string literal

* yggdrasil: change `${pname}` to string literal

* zsync: change `${pname}` to string literal
2024-08-20 15:56:55 -07:00
R. Ryantm
845e89f31d rasm: 2.2.5 -> 2.2.6 2024-08-20 17:58:11 +00:00
R. Ryantm
d54a0c3fe9 railway: 3.11.4 -> 3.12.2 2024-08-17 18:04:20 +00:00
R. Ryantm
61e746fbe1 railway: 3.11.2 -> 3.11.4 2024-08-10 13:15:35 +00:00
Igor Brylyov
cbbfda0154 radicle-node: 1.0.0-rc.12 -> 1.0.0-rc.14 2024-08-06 20:10:37 +03:00
techknowlogick
9246489a8a railway: move to pkgs/by-name 2024-08-03 00:29:12 -04:00
Sandro
92d8f8739c
Merge pull request #320395 from mitchmindtree/railway-wallet-bin
railway-wallet: init at 5.17.0
2024-08-01 23:19:12 +02:00
Sandro
57d330a1b1
Merge pull request #307683 from RobWalt/radiance 2024-07-31 13:22:24 +02:00
aviac
be8664b555
radiance: init at 5.4 2024-07-31 10:59:13 +02:00
Florian
ea5c294ec7
Merge pull request #330357 from gador/radicle-httpd-0.15.0
radicle-httpd: 0.14.0 -> 0.15.0
2024-07-30 09:35:41 +02:00
Florian Brandes
ad7d5a8764
radicle-httpd: 0.14.0 -> 0.15.0
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-07-27 10:06:40 +02:00