Commit Graph

108 Commits

Author SHA1 Message Date
Emily
dfa36a3e5c picocom: format with nixfmt-rfc-style 2024-09-12 15:10:15 +01:00
Emily
0ac4e0f008 picocom: move to pkgs/by-name 2024-09-12 15:06:44 +01:00
R. Ryantm
3ad004f4c9 picom-pijulius: 8.2-unstable-2024-08-30 -> 8.2-unstable-2024-09-08 2024-09-08 16:38:22 +00:00
Aleksana
3b1256eb8f
pinit: init at 2.1.1 (#329113) 2024-09-07 22:35:11 +08:00
R. Ryantm
e3e1914009 picocrypt-cli: 2.06 -> 2.07 2024-09-07 09:40:42 +00:00
Felix Schröter
8ec8fd5f0b
pixelorama: 1.0.1 -> 1.0.2 (#336873) 2024-09-05 16:14:17 +00:00
Ryan Omasta
eb3833bf2c
picocrypt: 1.41 -> 1.42 2024-09-03 20:10:25 -06:00
YvesStraten
2edb447245 picom-pijulius: 8.2-unstable-2024-07-01 -> 8.2-unstable-2024-08-30 2024-09-03 10:42:38 +08:00
nixpkgs-merge-bot[bot]
d26ac0780f
picocrypt-cli: 2.05 -> 2.06 (#338522) 2024-08-31 12:29:21 +00:00
R. Ryantm
34246768cf picocrypt: 1.40 -> 1.41 2024-08-31 01:58:15 +00:00
R. Ryantm
4c40d1121c picocrypt-cli: 2.05 -> 2.06 2024-08-31 01:50:18 +00:00
aleksana
94db5b237d pinit: init at 2.1.1 2024-08-29 10:39:58 +08:00
Felix Schröter
4271b753b2
pixelorama: add aarch64-linux support 2024-08-23 23:30:37 +02:00
Felix Schröter
515d3439b3
pixelorama: 1.0.1 -> 1.0.2
https://github.com/Orama-Interactive/Pixelorama/releases/tag/v1.0.2
2024-08-23 23:20:49 +02:00
lassulus
211976b4df
Merge pull request #333063 from ryand56/update/picocrypt
picocrypt: 1.38 -> 1.40
2024-08-13 09:26:05 +02:00
Peder Bergebakken Sundt
5636449c32
Merge pull request #333171 from aaronjheng/pixi
pixi: 0.26.1 -> 0.27.1
2024-08-12 00:30:24 +02:00
superherointj
94dc66045b
Merge pull request #330914 from felschr/pixelorama-1.0
pixelorama: 0.11.4 -> 1.0.1
2024-08-11 19:07:47 -03:00
Felix Schröter
9a8324dc23
pixelorama: 0.11.4 -> 1.0.1
https://github.com/Orama-Interactive/Pixelorama/releases/tag/v1.0
https://github.com/Orama-Interactive/Pixelorama/releases/tag/v1.0.1
2024-08-11 18:46:33 +02:00
R. Ryantm
c5019d3f3c picocrypt-cli: 2.04 -> 2.05 2024-08-11 14:09:34 +00:00
Ryan Omasta
0fbd43f258
picocrypt: 1.39 -> 1.40 2024-08-11 02:26:34 -06:00
Aaron Jheng
350f1c3211
pixi: 0.26.1 -> 0.27.1 2024-08-09 14:18:58 +00:00
R. Ryantm
368126fe22 pioasm: 1.5.1 -> 2.0.0 2024-08-09 01:59:10 +00:00
Ryan Omasta
75a10ed301
picocrypt: 1.38 -> 1.39 2024-08-07 14:47:08 -06:00
Felix Schröter
9ed7aa0f4e
pixelorama: reformat 2024-08-06 21:29:35 +02:00
Felix Schröter
e6fa2145cf
pixelorama: migrate to pkgs/by-name 2024-08-06 21:29:35 +02:00
Peder Bergebakken Sundt
462b96d2a1
Merge pull request #326243 from jcaesar/pr-13
treewide: skip generating shell completions using $out/bin/… when cross compiling
2024-08-06 08:15:56 +02:00
R. Ryantm
443272bf40 picocrypt: 1.37 -> 1.38 2024-08-05 14:45:31 +00:00
happysalada
981cedc098 pixi: fix darwin build
disable failing tests for darwin
2024-08-04 20:57:46 -04:00
Julius Michaelis
6a9beaf893 treewide: skip generating shell completions using $out/bin/… when cross compiling
This focuses on Rust packages, since the most commonly used argument
parser library (clap/structopt) makes the following pattern natural and
thus common:

  postInstall = ''
    installShellCompletion --cmd foo \
      --bash <($out/bin/foo completion bash) \
      …

This commit just guards those with

lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform)

splitting the string where unrelated actions are performed.
2024-08-04 10:50:48 +09:00
zimbatm
13cd4d6864 pigeon: move to by-name 2024-07-31 09:10:34 +02:00
R. Ryantm
f839347f18 pizauth: 1.0.4 -> 1.0.5 2024-07-29 12:41:19 +00:00
Sandro
e83c56f407
Merge pull request #330719 from NickCao/picom 2024-07-29 01:04:49 +02:00
Peder Bergebakken Sundt
c9f1489034
Merge pull request #325720 from aaronjheng/pixi
pixi: 0.24.2 -> 0.26.1
2024-07-28 22:02:21 +02:00
Nick Cao
c5a8ba9bca
picom: fix cross compilation, set strictDeps 2024-07-28 15:29:50 -04:00
Sigmanificient
61fe0c0416 pkgs/by-name: remove unused arguments 2024-07-26 10:11:07 +02:00
Aaron Jheng
16c1c57ea5
pixi: 0.24.2 -> 0.26.1 2024-07-24 14:24:10 +00:00
Bobby Rong
145fc14814
pix: 3.4.2 -> 3.4.3
https://github.com/linuxmint/pix/compare/3.4.2...3.4.3
2024-07-22 20:48:46 +08:00
Bobby Rong
508637b0e3
xapp: Move from cinnamon scope to top-level
* The timeshift changes are used to make by-name check happy.
* More by-name changes in the next commit.
2024-07-22 01:02:16 +08:00
Bobby Rong
00258aaa85
pix: Move from cinnamon scope to top-level 2024-07-21 21:17:05 +08:00
Sandro
5e25df12e0
Merge pull request #323643 from ByteSudoer/init-pinokio
pinokio: init at 1.3.4
2024-07-18 22:32:09 +02:00
ByteSudoer
0080e2b77e pinokio: init at 1.3.4 2024-07-16 13:32:44 +01:00
Arthur
0ac0801e10
picocrypt-cli: init at 2.04 (#326360)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-07-16 13:42:37 +02:00
Thiago Kenji Okada
1cfa221982 pinta: add meta.changelog 2024-07-15 14:44:39 +01:00
Thiago Kenji Okada
684bb61aec pinta: reformat for RFC166 2024-07-15 14:40:54 +01:00
Thiago Kenji Okada
19353ae38b pinta: 2.1.1 -> 2.1.2 2024-07-15 14:40:22 +01:00
Thiago Kenji Okada
3ec86ec2a9 pinta: move to pkgs/by-name 2024-07-15 14:35:43 +01:00
Ryan Omasta
109d3f0428
picocrypt: 1.35 -> 1.37 2024-07-08 23:51:13 -06:00
Weijia Wang
57b3159c15
Merge pull request #320767 from r-ryantm/auto-update/pietrasanta-traceroute
pietrasanta-traceroute: 0.0.5-unstable-2023-11-28 -> 0.0.5-unstable-2024-06-11
2024-07-07 22:59:55 +02:00
Martin Weinelt
d9610a9f2e
Merge remote-tracking branch 'origin/master' into staging-next 2024-07-06 01:51:14 +02:00
Nick Cao
9717149121
Merge pull request #324860 from r-ryantm/auto-update/piv-agent
piv-agent: 0.21.1 -> 0.21.2
2024-07-05 16:09:57 -04:00