about summary refs log tree commit diff
path: root/pkgs/by-name/pi
AgeCommit message (Collapse)AuthorFilesLines
3 dayspixelorama: 1.0.2 -> 1.0.3 (#343791)Felix Schröter1-2/+2
5 dayspixelorama: 1.0.2 -> 1.0.3R. Ryantm1-2/+2
5 dayspipet: init at 0.2.1Yo'av Moshe1-0/+36
7 dayspicom-pijulius: 8.2-unstable-2024-09-08 -> 8.2-unstable-2024-09-14R. Ryantm1-3/+3
7 daysaligator: init at 0.8.0 (#342751)Weijia Wang1-0/+119
8 dayspinocchio: build documentationGuilhem Saurel1-10/+22
8 dayspinocchio: formatGuilhem Saurel1-42/+45
8 dayspinocchio: move to pkgs/by-nameGuilhem Saurel1-0/+104
9 dayspicocrypt-cli: 2.07 -> 2.08R. Ryantm1-3/+3
12 dayspkgs/by-name: Convert hashes to SRI formatnicoo2-2/+2
Reproduction script: # Bulk rewrite ./maintainers/scripts/sha-to-sri.py pkgs/by-name # Revert some packages which will need manual intervention for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do git checkout -- "pkgs/by-name/${n:0:2}/${n}" done
13 dayspicocrypt: 1.42 -> 1.43 (#341419)Peder Bergebakken Sundt1-3/+3
2024-09-12picocrypt: 1.42 -> 1.43Ryan Omasta1-3/+3
2024-09-12picocom: devendor linenoiseEmily2-1/+37
2024-09-12picocom: switch to maintained forkEmily2-25/+49
The previous upstream has been dead for six years; this fork is by Linux kernel developer Wolfram Sang, and is already used by Fedora, openSUSE, and Buildroot.
2024-09-12picocom: format with `nixfmt-rfc-style`Emily1-5/+7
2024-09-12picocom: move to `pkgs/by-name`Emily1-0/+49
2024-09-08picom-pijulius: 8.2-unstable-2024-08-30 -> 8.2-unstable-2024-09-08R. Ryantm1-3/+3
2024-09-07pinit: init at 2.1.1 (#329113)Aleksana1-0/+51
2024-09-07picocrypt-cli: 2.06 -> 2.07R. Ryantm1-2/+2
2024-09-05pixelorama: 1.0.1 -> 1.0.2 (#336873)Felix Schröter1-8/+10
2024-09-03picocrypt: 1.41 -> 1.42Ryan Omasta1-2/+2
2024-09-03picom-pijulius: 8.2-unstable-2024-07-01 -> 8.2-unstable-2024-08-30YvesStraten1-3/+5
2024-08-31picocrypt-cli: 2.05 -> 2.06 (#338522)nixpkgs-merge-bot[bot]1-3/+3
2024-08-31picocrypt: 1.40 -> 1.41R. Ryantm1-3/+3
2024-08-31picocrypt-cli: 2.05 -> 2.06R. Ryantm1-3/+3
2024-08-29pinit: init at 2.1.1aleksana1-0/+51
2024-08-23pixelorama: add aarch64-linux supportFelix Schröter1-6/+8
2024-08-23pixelorama: 1.0.1 -> 1.0.2Felix Schröter1-4/+4
https://github.com/Orama-Interactive/Pixelorama/releases/tag/v1.0.2
2024-08-13Merge pull request #333063 from ryand56/update/picocryptlassulus1-4/+4
picocrypt: 1.38 -> 1.40
2024-08-12Merge pull request #333171 from aaronjheng/pixiPeder Bergebakken Sundt2-548/+825
pixi: 0.26.1 -> 0.27.1
2024-08-11Merge pull request #330914 from felschr/pixelorama-1.0superherointj1-0/+102
pixelorama: 0.11.4 -> 1.0.1
2024-08-11pixelorama: 0.11.4 -> 1.0.1Felix Schröter1-22/+22
https://github.com/Orama-Interactive/Pixelorama/releases/tag/v1.0 https://github.com/Orama-Interactive/Pixelorama/releases/tag/v1.0.1
2024-08-11picocrypt-cli: 2.04 -> 2.05R. Ryantm1-3/+3
2024-08-11picocrypt: 1.39 -> 1.40Ryan Omasta1-3/+3
2024-08-09pixi: 0.26.1 -> 0.27.1Aaron Jheng2-548/+825
2024-08-09pioasm: 1.5.1 -> 2.0.0R. Ryantm1-2/+2
2024-08-07picocrypt: 1.38 -> 1.39Ryan Omasta1-4/+4
2024-08-06pixelorama: reformatFelix Schröter1-23/+29
2024-08-06pixelorama: migrate to pkgs/by-nameFelix Schröter1-0/+96
2024-08-06Merge pull request #326243 from jcaesar/pr-13Peder Bergebakken Sundt1-1/+1
treewide: skip generating shell completions using $out/bin/… when cross compiling
2024-08-05picocrypt: 1.37 -> 1.38R. Ryantm1-2/+2
2024-08-04pixi: fix darwin buildhappysalada1-0/+6
disable failing tests for darwin
2024-08-04treewide: skip generating shell completions using $out/bin/… when cross ↵Julius Michaelis1-1/+1
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-07-31pigeon: move to by-namezimbatm1-0/+29
2024-07-29pizauth: 1.0.4 -> 1.0.5R. Ryantm1-3/+3
2024-07-29Merge pull request #330719 from NickCao/picomSandro1-1/+3
2024-07-28Merge pull request #325720 from aaronjheng/pixiPeder Bergebakken Sundt2-251/+487
pixi: 0.24.2 -> 0.26.1
2024-07-28picom: fix cross compilation, set strictDepsNick Cao1-1/+3
2024-07-26pkgs/by-name: remove unused argumentsSigmanificient1-1/+0
2024-07-24pixi: 0.24.2 -> 0.26.1Aaron Jheng2-251/+487