Commit graph

488 commits

Author SHA1 Message Date
Martin Weinelt
27b4e638c0
treewide: replace passthru.optional-dependencies with optional-dependencies (#345232) 2024-09-30 15:41:25 +02:00
OTABI Tomoya
73077c53b6
codeium: 1.16.11 -> 1.16.18 (#344081) 2024-09-30 21:43:22 +09:00
Robert Schütz
543781083a treewide: replace passthru.optional-dependencies with optional-dependencies 2024-09-29 20:37:23 -07:00
Connor Baker
ed96506b5d
Color transformation language init (#338697) 2024-09-27 08:39:10 -07:00
7c6f434c
c87aad4296
Add Collabora Online (#330708) 2024-09-27 08:33:57 +00:00
Mica
7ae28b00b6
Update pkgs/by-name/co/color-transformation-language/package.nix
Co-authored-by: Connor Baker <ConnorBaker01@Gmail.com>
2024-09-26 17:48:24 -07:00
Nick Cao
f0bcff3bb9
corrscope: 0.10.0 -> 0.10.1 (#344529) 2024-09-26 15:57:19 -04:00
R. Ryantm
47df939d53 contrast: 0.0.10 -> 0.0.11 2024-09-26 13:22:48 +00:00
Johannes Jöns
8e31c4a755
cosmic-osd: 1.0.0-alpha.1 -> 1.0.0-alpha.2 (#344491) 2024-09-26 10:47:28 +00:00
Johannes Jöns
5ca957d760
cosmic-notifications: 1.0.0-alpha.1 -> 1.0.0-alpha.2 (#344506) 2024-09-26 10:47:01 +00:00
Johannes Jöns
2aa6c2837b
cosmic-randr: 1.0.0-alpha.1 -> 1.0.0-alpha.2 (#344493) 2024-09-26 10:46:39 +00:00
Johannes Jöns
8deaf9a303
cosmic-icons: 1.0.0-alpha.1-unstable-2024-08-16 -> 1.0.0-alpha.2 (#344473) 2024-09-26 10:46:17 +00:00
R. Ryantm
86dc6b06f8 corrscope: 0.10.0 -> 0.10.1 2024-09-25 20:47:14 +00:00
a-kenji
a4d8aa61ee cosmic-osd: inline repo pname 2024-09-25 21:20:04 +02:00
a-kenji
a032655423 cosmic-notifications: substituteInPlace prefer --replace-fail 2024-09-25 21:09:58 +02:00
a-kenji
020cd9506a cosmic-notifications: 1.0.0-alpha.1 -> 1.0.0-alpha.2 2024-09-25 21:09:27 +02:00
a-kenji
f3e646b76a cosmic-screenshot: 1.0.0-alpha.1 -> 1.0.0-alpha.2 2024-09-25 20:33:31 +02:00
a-kenji
7f64091ac1 cosmic-randr: 1.0.0-alpha.1 -> 1.0.0-alpha.2
This is essentially a NFC, but matches the latest upstream tag.
2024-09-25 20:21:57 +02:00
a-kenji
7532ca92bb cosmic-osd: 1.0.0-alpha.1 -> 1.0.0-alpha.2
This is essentially a NFC, but matches the latest upstream tag.
2024-09-25 20:14:46 +02:00
a-kenji
4e4b0f3943 cosmic-icons: 1.0.0-alpha.1-unstable-2024-08-16 -> 1.0.0-alpha.2 2024-09-25 18:08:43 +02:00
Mica
338c0472b7
Update pkgs/by-name/co/color-transformation-language/package.nix
Co-authored-by: Connor Baker <ConnorBaker01@Gmail.com>
2024-09-24 21:20:20 -07: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
aef3e2c8cc codeium: 1.16.11 -> 1.16.18 2024-09-23 22:27:43 +00:00
R. Ryantm
8637cb0249 containerlab: 0.57.1 -> 0.57.3 2024-09-23 18:30:30 +00:00
R. Ryantm
17a50105fb compose2nix: 0.2.2 -> 0.2.3 2024-09-23 00:40:51 +00:00
sarahec
1bbe1fee60 code-cursor: 0.40.0 -> 0.41.1 2024-09-20 14:42:28 -07:00
Artturin
992ad2f656
maintainers: rename nyanbinary to nyabinary (#343091) 2024-09-20 02:26:07 +03:00
Niko Cantero
55e6535e4e
maintainers: rename nyanbinary to nyabinary 2024-09-19 15:04:36 -04:00
h7x4
9a6c76c4af
treewide: remove unused inputs (#342672) 2024-09-19 20:36:18 +02:00
Peder Bergebakken Sundt
8c8c27bb19 treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
Fabián Heredia Montiel
3385d78724
codeium: 1.14.15 -> 1.16.11 (#341730) 2024-09-17 16:54:41 -06:00
Sandro
81d3d5710e
composefs: 1.0.5 -> 1.0.6 (#342351) 2024-09-17 11:27:01 +02:00
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -03:00
Kiskae
120879bddd composefs: use substituteInPlace
fixes https://github.com/NixOS/nixpkgs/pull/335383#discussion_r1742657084
2024-09-16 18:50:28 +02:00
Kiskae
41058a6f86 composefs: 1.0.5 -> 1.0.6 2024-09-16 18:49:24 +02:00
nicoo
7ed3d18d09 corefonts: sha256hash 2024-09-15 11:25:25 +02:00
nicoo
2641d97cbf pkgs/by-name: Convert hashes to SRI format
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
2024-09-15 11:24:31 +02:00
nixpkgs-merge-bot[bot]
701d537eaf
concord: 2.2.1 -> 2.3.0 (#341697) 2024-09-14 11:27:56 +00:00
R. Ryantm
4b5dd70639 codeium: 1.14.15 -> 1.16.11 2024-09-14 02:56:19 +00:00
R. Ryantm
c4e4ca4944 concord: 2.2.1 -> 2.3.0 2024-09-14 00:38:16 +00:00
R. Ryantm
19a4c211b5 containerlab: 0.57.0 -> 0.57.1 2024-09-13 22:44:56 +00:00
Mica Semrick
99ee5b80d5 color-transformation-language: init at 1.5.3 2024-09-10 18:55:35 -07:00
éclairevoyant
49f7e34d6e
maintainers: remove eclairevoyant 2024-09-10 15:02:41 -04:00
Aleksana
f6a08df6b1
code-cursor: init at 0.40.4 (#337331) 2024-09-10 16:31:37 +08:00
Aleksana
b9381c0084
cook-framework: init at 2.2.1 (#340605) 2024-09-10 16:30:02 +08:00
R. Ryantm
d77d5f5ac7 convco: 0.5.2 -> 0.6.0 2024-09-09 01:54:21 +00:00
Albert Safin
3217f4aff0 collabora-online: init at 24.04.6-1 2024-09-08 23:05:56 +00:00
TomaSajt
4a208d7c65
cook-framework: init at 2.2.1 2024-09-08 23:50:54 +02:00
sarahec
7d8908a499 code-cursor: init at 0.40.4 2024-09-08 09:31:26 -07:00
OTABI Tomoya
15ecc60006
coc-clangd: migrate from nodePackages (#323476) 2024-09-08 10:08:56 +09:00