Commit Graph

693 Commits

Author SHA1 Message Date
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
0071dc629f cosmic-workspaces-epoch: inline pname repo 2024-09-25 22:31:26 +02:00
a-kenji
90b1b64470 cosmic-workspaces-epoch: 1.0.0-alpha.1 -> 1.0.0-alpha.2 2024-09-25 22:30:34 +02:00
a-kenji
d046f3e3d9 cosmic-settings-daemon: install polkit rules 2024-09-25 22:19:59 +02:00
a-kenji
102e9867c1 cosmic-settings-daemon: inline pname repo 2024-09-25 22:18:45 +02:00
a-kenji
1bae06c49d cosmic-settings-daemon: unstable-2023-12-29 -> 1.0.0-alpha.2 2024-09-25 22:17:26 +02:00
a-kenji
a09f3e76f2 cosmic-greeter: remove unused argument 2024-09-25 21:39:08 +02:00
a-kenji
6bd5354f0c cosmic-greeter: 1.0.0-alpha.1 -> 1.0.0-alpha.2 2024-09-25 21:37:56 +02: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
ec1bfdc3f9 cosmic-comp: 1.0.0-alpha.1 -> 1.0.0-alpha.2 2024-09-25 20:04:05 +02:00
a-kenji
a123b04fd7 cosmic-bg: 1.0.0-alpha.1 -> 1.0.0-alpha.2 2024-09-25 19:41:19 +02:00
a-kenji
d5a0c1e5c7 cosmic-session: remove unused argument 2024-09-25 19:28:43 +02:00
a-kenji
2e5c96e562 cosmic-session: 1.0.0-alpha.1 -> 1.0.0-alpha.2 2024-09-25 19:27:34 +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
Aaron Honeycutt
0698a5ddba cosmic-store: 1.0.0-alpha.1 -> 1.0.0-alpha.2 2024-09-25 08:36:10 -06:00
Aaron Honeycutt
1351b9e0e1 cosmic-term: 1.0.0-alpha.1 -> 1.0.0-alpha.2 2024-09-25 07:52:23 -06:00
Aaron Honeycutt
dd37c18048 cosmic-edit: 1.0.0-alpha.1 -> 1.0.0-alpha.2 2024-09-25 07:37:38 -06: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
OTABI Tomoya
ad60caf890
coc-pyright: migrate from nodePackages (#327171) 2024-09-08 10:03:49 +09:00
Deekahy
77e5223ffa copycat: init at 001 2024-09-06 21:55:52 +02:00
nixpkgs-merge-bot[bot]
1c2654f6e4
codux: 15.33.0 -> 15.34.0 (#339664) 2024-09-05 02:09:20 +00:00
R. Ryantm
77afe924e5 codux: 15.33.0 -> 15.34.0 2024-09-05 00:56:45 +00:00
Adam C. Stephens
6f16e67b49
commafeed: 4.3.3 -> 4.6.0 (#330837) 2024-09-04 20:18:20 -04:00
Adam C. Stephens
33591adf33
container-structure-test: 1.18.1 -> 1.19.1 (#339312) 2024-09-04 19:54:30 -04:00
Philip Taron
afb866e64a
yarnInstallHook: init (#328544) 2024-09-04 14:33:47 -07:00
Johannes Jöns
319d91be3c
cosmic-icons: 0-unstable-2024-08-04 -> 1.0.0-alpha.1-unstable2024-08-16 (#335645) 2024-09-04 20:58:28 +00:00
lelgenio
645bec21e0 codefresh: use yarnInstallHook 2024-09-04 11:15:47 -03:00
Aleksana
dbcc712e46
conduwuit: init at 0.4.6 (#339260) 2024-09-04 10:58:38 +08:00
rewine
fb8ecb55d1
cosmic-bg: subtituteInPlace use --replace-fail (#337905) 2024-09-04 10:49:21 +08:00
Niklas Korz
40c5077a7a conduwuit: init at 0.4.6 2024-09-03 22:24:57 +02:00
Sandro
08acf1700a
containerlab: 0.56.0 -> 0.57.0 (#336679) 2024-09-03 21:29:27 +02:00
Robert Medeiros
1af6914aa1
container-structure-test: 1.18.1 -> 1.19.1 2024-09-03 14:23:14 -04:00
R. Ryantm
9fcdfda336 codeium: 1.14.11 -> 1.14.15 2024-09-03 08:44:30 +00:00
Alyssa Ross
f48ddf4ba9 treewide: remove uses of deprecated Rust functions
speakersafetyd was using the wrong one, so I've fixed it while I was
here.
2024-09-02 21:48:21 +02:00
Sebastián Mancilla
bd15a3ef6f
codeium: 1.10.0 -> 1.14.11 (#330259) 2024-08-30 23:11:47 -04:00
R. Ryantm
b4bade477f consul: 1.19.1 -> 1.19.2 2024-08-30 20:02:59 +00:00
Johannes Jöns
cc86dfd80b
cosmic-screenshot: unstable-2023-11-08 -> 1.0.0-alpha.1 (#335381) 2024-08-28 19:42:36 +00:00
Johannes Jöns
8f9e60a800
cosmic-protocols: 0-unstable-2024-01-11 -> 0-unstable-2024-07-31 (#335390) 2024-08-28 19:40:15 +00:00
Johannes Jöns
5684cc077e
cosmic-notifications: unstable-2024-01-05 -> 1.0.0-alpha.1 (#335395) 2024-08-28 19:39:43 +00:00
a-kenji
78e1247f1b cosmic-bg: subtituteInPlace use --replace-fail 2024-08-28 11:18:20 +02:00
R. Ryantm
3695d746a2 codeium: 1.10.0 -> 1.14.11 2024-08-28 07:24:58 +00:00
a-kenji
e8788303bb cosmic-applets: remove env substituteInPlace 2024-08-26 18:52:33 +02:00
kenji
56ea5e9077
cosmic-session: 0-unstable-2024-01-17 -> 1.0.0-alpha.1 (#335417) 2024-08-26 16:07:18 +02:00
Pyrox
eaff6e79d4
coc-pyright: migrate from nodePackages 2024-08-25 17:30:39 -04:00
nixpkgs-merge-bot[bot]
25c8f44698
Merge pull request #337113 from r-ryantm/auto-update/cowsay
cowsay: 3.8.2 -> 3.8.3
2024-08-25 09:47:19 +00:00
Mathew Polzin
c9281e015b
Merge pull request #335383 from Kiskae/composefs/1.0.5
composefs: 1.0.4 -> 1.0.5
2024-08-24 20:50:21 -05:00
R. Ryantm
5d9f2d7ccb cowsay: 3.8.2 -> 3.8.3 2024-08-24 22:47:59 +00:00
rewine
513b1e3c80
Merge pull request #336753 from a-kenji/cosmic-randr-remove-env
cosmic-randr: remove env substituteInPlace
2024-08-24 13:20:19 +08:00
kenji
92b9791a22
cosmic-randr: unstable-2023-12-12 -> 1.0.0-alpha.1 (#335404)
* cosmic-randr: unstable-2023-12-12 -> 1.0.0-alpha.1

* cosmic-randr: inline pname
2024-08-24 00:33:46 +02:00
kenji
2fb12e9970
cosmic-greeter: unstable-2023-11-08 -> 1.0.0-alpha.1 (#335386)
* cosmic-greeter: unstable-2023-11-08 -> 1.0.0-alpha.1

* cosmic-greeter: inline pname

* Update pkgs/by-name/co/cosmic-greeter/package.nix

---------

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-08-24 00:33:14 +02:00
kenji
a735878ba0
cosmic-osd: unstable-2023-11-15 -> 1.0.0-alpha.1 (#335379)
* cosmic-osd: unstable-2023-11-15 -> 1.0.0-alpha.1

* Update pkgs/by-name/co/cosmic-osd/package.nix

---------

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-08-24 00:32:32 +02:00
Sandro
ff07869663
Merge pull request #335378 from a-kenji/update-cosmic-launcher
cosmic-launcher: unstable-2023-12-13 -> 1.0.0-alpha.1
2024-08-24 00:30:44 +02:00
R. Ryantm
ec85ff9346 compose2nix: 0.2.1 -> 0.2.2 2024-08-23 12:27:37 +00:00
a-kenji
2c61ec8587 cosmic-randr: remove env substituteInPlace 2024-08-23 13:24:45 +02:00
a-kenji
bb696818ef cosmic-icons: 0-unstable-2024-08-04 -> 1.0.0-alpha.1-unstable2024-08-06 2024-08-23 12:31:11 +02:00
Aaron Jheng
3c9d0c6cbf
containerlab: 0.56.0 -> 0.57.0 2024-08-23 03:26:54 +00:00
Sandro
38868c2750
Merge pull request #333299 from aksiksi/master 2024-08-22 14:11:11 +02:00
Sebastián Mancilla
feb4389ef1
Merge pull request #321858 from al3xtjames/convmv-darwin
convmv: add Darwin support, reformat & migrate to pkgs/by-name
2024-08-21 22:06:48 -04:00
nixpkgs-merge-bot[bot]
2a7373d785
Merge pull request #336213 from r-ryantm/auto-update/codux
codux: 15.32.0 -> 15.33.0
2024-08-21 03:05:04 +00:00
R. Ryantm
6c28973683 codux: 15.32.0 -> 15.33.0 2024-08-21 01:14:31 +00: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
51e2b64eee cowsay: 3.8.1 -> 3.8.2 2024-08-18 02:34:12 +00:00
a-kenji
653035c650 cosmic-notifications: inline pname 2024-08-17 17:17:07 +02:00
a-kenji
9c0d5a279f cosmic-notifications: unstable-2024-01-05 -> 1.0.0-alpha.1 2024-08-17 17:16:42 +02:00
a-kenji
40e3a2d6d4 cosmic-protocols: fix typo in description 2024-08-17 17:03:16 +02:00
a-kenji
ebb172b731 cosmic-protocols: 0-unstable-2024-01-11 -> 0-unstable-2024-07-31 2024-08-17 17:01:57 +02:00
Kiskae
57e0c2c588 composefs: build with meson 2024-08-17 16:35:08 +02:00
a-kenji
4f24561b06 cosmic-screenshot: unstable-2023-11-08 -> 1.0.0-alpha.1 2024-08-17 16:28:59 +02:00
Kiskae
0eb50abb66 composefs: 1.0.4 -> 1.0.5 2024-08-17 16:28:27 +02:00
a-kenji
a1576ffea5 cosmic-launcher: unstable-2023-12-13 -> 1.0.0-alpha.1 2024-08-17 16:12:57 +02:00
Fabián Heredia Montiel
cbccff9966
Merge pull request #334458 from anthonyroussel/update/cowsay
cowsay: 3.7.0 -> 3.8.1
2024-08-15 15:07:21 -06:00
github-actions[bot]
261f1edcbd
Merge master into staging-next 2024-08-14 06:01:07 +00:00
Sebastián Mancilla
e9c62b0f84
Merge pull request #330530 from r-ryantm/auto-update/corrscope
corrscope: 0.9.1 -> 0.10.0
2024-08-13 21:37:07 -04:00
github-actions[bot]
ae6040d6a6
Merge master into staging-next 2024-08-14 00:02:32 +00:00
Anthony ROUSSEL
187272024e cowsay: move to pkgs/by-name 2024-08-13 21:27:24 +02:00
Alyssa Ross
97d4190658
cosmic-term: fix incomplete update
Source hash wasn't updated, so neither was the Cargo.lock.

Fixes: 8f3b8f30f7 ("cosmic-term: 0-unstable-2024-04-15 -> 1.0.0-alpha.1")
2024-08-13 16:32:30 +02:00
Alyssa Ross
52651e44bb
cosmic-store: fix incomplete update
Source hash wasn't updated, so neither was the Cargo.lock.

Fixes: a1d122b4af ("cosmic-store: unstable-2024-04-15 -> 1.0.0-alpha.1")
2024-08-13 16:32:29 +02:00
Alyssa Ross
b5cf1ae8e7
cosmic-settings: fix incomplete update
Source hash wasn't updated, so neither was the Cargo.lock.

Fixes: 37b3825712 ("cosmic-settings: unstable-2024-02-15 -> 1.0.0-alpha.1")
2024-08-13 16:32:28 +02:00
Alyssa Ross
60e250be3f
cosmic-edit: fix incomplete update
Source hash wasn't updated, so neither was the Cargo.lock.

Fixes: a655585537 ("cosmic-edit: 0-unstable-2024-04-15 -> 1.0.0-alpha.1")
2024-08-13 16:32:26 +02:00
github-actions[bot]
dc79586bdf
Merge master into staging-next 2024-08-12 00:02:44 +00:00
a-kenji
03d6c98465 cosmic-applets: unstable-2023-11-13 -> 1.0.0-alpha.1 2024-08-11 22:43:03 +02:00
Martin Weinelt
038dfb6969
Merge remote-tracking branch 'origin/master' into staging-next 2024-08-11 21:20:35 +02:00
Adam C. Stephens
91831ee9f4
Merge pull request #332505 from Builditluc/crate-codecrafters-cli
codecrafters-cli: init at 34
2024-08-11 15:00:46 -04:00
github-actions[bot]
d90ec28a37
Merge master into staging-next 2024-08-10 12:00:58 +00:00
rewine
c9518486b9
Merge pull request #333052 from a-kenji/cosmic-workspaces-epoch
cosmic-workspaces-epoch: unstable-2023-11-21 -> 1.0.0-alpha.1
2024-08-10 17:02:33 +08:00
github-actions[bot]
da9d36be81
Merge master into staging-next 2024-08-10 06:01:12 +00:00
éclairevoyant
b267aa8c7d
Merge pull request #330156 from r-ryantm/auto-update/collector
collector: 1.0.1 -> 0-unstable-2024-08-02
2024-08-10 04:49:59 +00:00
Assil Ksiksi
d5db6d7d46 compose2nix: init at 0.2.1 2024-08-09 09:53:01 -04:00
Builditluc
57acdbdb66
codecrafters-cli: init at 34 2024-08-08 10:29:00 +02:00
a-kenji
d1421191fb cosmic-workspaces-epoch: install assets 2024-08-07 19:56:00 +02:00
a-kenji
75bea2c23a cosmic-workspaces-epoch: unstable-2023-11-21 -> 1.0.0-alpha.1 2024-08-07 19:54:48 +02:00
github-actions[bot]
addc823ceb
Merge master into staging-next 2024-08-07 12:01:21 +00:00
a-kenji
83fa6dab8e cosmic-comp: unstable-2023-11-13 -> 1.0.0-alpha.1 2024-08-07 13:46:08 +02:00
R. Ryantm
e25534387a collector: 1.0.1 -> 0-unstable-2024-08-02 2024-08-07 11:35:04 +00:00
Alyssa Ross
5b34f3bd10 cosmic-files: 0-unstable-2024-06-10 -> 1.0.0-alpha.1
Required to build with Rust 1.80.

Link: https://github.com/rust-lang/rust/issues/127343
2024-08-07 08:20:24 +02:00
Aaron Honeycutt
a655585537 cosmic-edit: 0-unstable-2024-04-15 -> 1.0.0-alpha.1 2024-08-06 20:23:24 +02:00
Aaron Honeycutt
37b3825712 cosmic-settings: unstable-2024-02-15 -> 1.0.0-alpha.1 2024-08-06 20:22:53 +02:00
Aaron Honeycutt
a1d122b4af cosmic-store: unstable-2024-04-15 -> 1.0.0-alpha.1 2024-08-06 20:22:23 +02:00
Aaron Honeycutt
8f3b8f30f7 cosmic-term: 0-unstable-2024-04-15 -> 1.0.0-alpha.1 2024-08-06 20:22:08 +02:00
a-kenji
4c33e4b301 cosmic-bg: unstable-2023-10-10 -> 1.0.0-alpha.1 2024-08-06 17:35:14 +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
Donovan Glover
bd6b30ee2a
Merge pull request #331638 from TomaSajt/comet-gog
comet-gog: 0-unstable-2024-05-25 -> 0.1.2
2024-08-05 17:57:21 +00:00
Robert Schütz
0fc3337666 concurrently: move out of nodePackages 2024-08-05 07:23:25 -07:00
a-kenji
aef47a2d1b cosmic-icons: 0-unstable-2024-07-04 -> 0-unstable-2024-08-04 2024-08-04 16:31:38 +02:00
Aaron Jheng
9377b40c50
containerlab: move to by-name 2024-08-04 03:36:26 +00: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
R. Ryantm
2f96b1f722 codux: 15.30.0 -> 15.32.0 2024-08-03 23:57:36 +00:00
Pyrox
4a938f0428
coc-clangd: migrate from nodePackages 2024-08-02 15:43:59 -04:00
TomaSajt
d598e79396
comet-gog: 0-unstable-2024-05-25 -> 0.1.2 2024-08-02 01:49:15 +02:00
zimbatm
af16288ebb coz: move to by-name 2024-07-31 09:10:34 +02:00
zimbatm
feb8a6f051 confd: move to by-name 2024-07-31 09:10:30 +02:00
Raroh73
6a9525eac0
commafeed: 4.3.3 -> 4.6.0 2024-07-29 11:33:04 +02:00
Pyrox
65c30b34ca
coc-diagnostic: migrate from nodePackages 2024-07-29 01:17:33 -04:00
R. Ryantm
8f3ceb4a81 corrscope: 0.9.1 -> 0.10.0 2024-07-27 22:45:11 +00:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Sigmanificient
61fe0c0416 pkgs/by-name: remove unused arguments 2024-07-26 10:11:07 +02:00
github-actions[bot]
f20ed12f93
Merge master into staging-next 2024-07-25 12:01:18 +00:00
Gaétan Lepage
09da1488a3
Merge pull request #329829 from GaetanLepage/codeium
codeium: 1.8.80 -> 1.10.0
2024-07-25 08:11:27 +02:00
github-actions[bot]
12ea252962
Merge master into staging-next 2024-07-25 06:01:22 +00:00
Gaetan Lepage
894542eecb codeium: 1.8.80 -> 1.10.0 2024-07-25 07:38:57 +02:00
Aleksana
c6b3b00f8f
Merge pull request #329516 from jaredmontoya/init-coulr
coulr: init at 2.1.0
2024-07-25 11:14:37 +08:00
github-actions[bot]
94c17d2caa
Merge master into staging-next 2024-07-25 00:02:30 +00:00
Nick Cao
a9664ad41a
Merge pull request #329547 from r-ryantm/auto-update/convco
convco: 0.5.1 -> 0.5.2
2024-07-24 18:53:12 -04:00
jaredmontoya
fbfbd547fa coulr: init at 2.1.0 2024-07-24 23:55:11 +02:00
github-actions[bot]
7208220b63
Merge master into staging-next 2024-07-24 18:01:18 +00:00
Peder Bergebakken Sundt
c9375f0665
Merge pull request #321889 from bcdarwin/connectome-workbench
connectome-workbench: init at 2.0.0
2024-07-24 15:20:06 +02:00
R. Ryantm
a9ca0d3568 convco: 0.5.1 -> 0.5.2 2024-07-24 00:57:15 +00:00
Ben Darwin
4ac099046a connectome-workbench: init at 2.0.0 2024-07-22 17:28:02 -04:00
github-actions[bot]
e533bfc8da
Merge master into staging-next 2024-07-20 18:01:23 +00:00
Adam C. Stephens
406cfe7cdd
Merge pull request #328434 from adamcstephens/consul/1.19.1
consul: 1.19.0 -> 1.19.1
2024-07-20 10:47:23 -04:00
github-actions[bot]
637b531dcf
Merge staging-next into staging 2024-07-19 18:01:40 +00:00
Adam Stephens
dab6fd1b2a
consul: 1.19.0 -> 1.19.1 2024-07-19 12:54:01 +00:00
R. Ryantm
5199655527 cosmic-icons: 0-unstable-2024-05-21 -> 0-unstable-2024-07-17 2024-07-18 22:01:56 +00:00
github-actions[bot]
401d4660b3
Merge staging-next into staging 2024-07-18 18:01:57 +00:00
Aleksana
69cdf93dc8
Merge pull request #317444 from seanrmurphy/add-commitizen-go
commitizen-go: init at 1.0.3
2024-07-18 22:48:38 +08:00
Artturin
a516ea8c99 Merge branch 'staging-next' into staging 2024-07-16 19:07:48 +03:00
Danilo Reyes
55a0e8417b
collector: init at 1.0.1 2024-07-15 21:52:27 +05:30
github-actions[bot]
0d7af056e2
Merge staging-next into staging 2024-07-14 12:02:04 +00:00
Sigmanificient
512e8afdb9 treewide: remove unused occurence of stdenv (and other) arguments
format (will squash)
2024-07-14 04:32:56 +02:00
Sean Murphy
3b744c9586 commitizen-go: init at 1.0.3
Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
2024-07-12 14:59:36 +02:00
github-actions[bot]
b66506a79e
Merge staging-next into staging 2024-07-12 12:01:44 +00:00
Doron Behar
3cddaded22
Merge pull request #318015 from doronbehar/pkg/yarnConfigHook
Create yarnBuildHook and yarnConfigHook
2024-07-12 09:45:26 +03:00
Martin Weinelt
176a56c40f
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/applications/misc/blender/default.nix
- pkgs/development/web/nodejs/nodejs.nix
2024-07-11 01:06:28 +02:00
Weijia Wang
4f92bd231b
Merge pull request #324486 from r-ryantm/auto-update/codux
codux: 15.29.1 -> 15.30.0
2024-07-10 12:31:51 +02:00
Doron Behar
6b55dfe835 codefresh: use yarnConfigHook 2024-07-10 09:39:05 +03:00
Vladimír Čunát
4c09ae2416
Merge branch 'staging-next' into staging 2024-07-08 10:43:15 +02:00
aviac
d387025ba3
codeberg-cli: change owner 2024-07-07 14:17:48 +02:00
github-actions[bot]
1f5f0905f8
Merge staging-next into staging 2024-07-06 12:01:49 +00:00
Aleksana
1bd0789b2e
Merge pull request #322526 from getchoo/pkgs/contrast/adopt
contrast: adopt; refactor
2024-07-06 18:38:07 +08:00
Aleksana
d81e40ecea
Merge pull request #318705 from getchoo/pkgs/commit/init
commit: init at 4.1
2024-07-06 18:35:13 +08:00
Martin Weinelt
e7b1ee45cf
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/tools/misc/watchlog/default.nix
2024-07-06 01:52:35 +02:00
github-actions[bot]
30cfd4445f
Merge master into staging-next 2024-07-05 00:02:21 +00:00
Sandro
5314041f09
Merge pull request #324528 from GaetanLepage/cosmic-tasks
cosmic-tasks: 0-unstable-2024-04-30 -> 0.1.0 + rename to tasks
2024-07-05 01:03:47 +02:00
Weijia Wang
c96b150a88
Merge pull request #324437 from wegank/maven-bump
maven: 3.9.6 -> 3.9.8
2024-07-04 23:16:32 +02:00
github-actions[bot]
36cbae9ff0
Merge master into staging-next 2024-07-04 18:01:19 +00:00
Nick Cao
6b46a631af
Merge pull request #324285 from wegank/corrupter-update-script
corrupter: use unstableGitUpdater
2024-07-04 13:43:00 -04:00
Gaetan Lepage
b7aa573309 cosmic-tasks -> tasks 2024-07-04 16:37:39 +02:00
Gaetan Lepage
c67c8a6699 cosmic-tasks: 0-unstable-2024-04-30 -> 0.1.0 2024-07-04 16:37:39 +02:00
Gaetan Lepage
d959d69fa1 codeium: 1.8.69 -> 1.8.80 2024-07-04 10:31:00 +02:00
R. Ryantm
c5bc51c546 codux: 15.29.1 -> 15.30.0 2024-07-04 05:00:40 +00:00
Weijia Wang
abd3fc8e75 commafeed: update mvnHash 2024-07-04 01:06:03 +02:00
aleksana
a9709c299b treewide: change cargoSha256 with SRI hash to cargoHash 2024-07-03 21:53:11 +08:00
Weijia Wang
32795aaaf6 corrupter: use unstableGitUpdater 2024-07-03 12:39:35 +02:00
github-actions[bot]
d77a3adc09
Merge master into staging-next 2024-07-03 00:02:45 +00:00
0x4A6F
260f801b5d
Merge pull request #316449 from rubenhoenle/master
container-structure-test: init at 1.18.1
2024-07-02 23:04:19 +02:00
Ruben Hoenle
dd792b32bf container-structure-test: init at 1.18.1 2024-07-02 19:47:24 +02:00
Martin Weinelt
7b8429bbc4
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/jaxtyping/default.nix
2024-07-02 12:08:49 +02:00
Jan Tojnar
5c5c20919b adwaita-icon-theme: Move from gnome scope to top-level
It is widely used outside gnome – although it probably should not be.
2024-07-01 08:26:46 +02:00
Alex James
d44cc3b616
convmv: add al3xtjames to maintainers 2024-06-28 22:55:28 -05:00
Alex James
9f51e9102d
convmv: add Darwin support, reformat & migrate to pkgs/by-name
Add support for Darwin to convmv. This required disabling the tests as
APFS requires filenames to be valid UTF-8[^1]. This will also affect
Linux if a filesystem that enforces valid UTF-8 is used (such as ZFS
with `utf8only=on`).

While we're here, make some changes to clean up the derivation:

- Replace use of `rec` with `finalAttrs` pattern
- Replace `fetchurl` with `fetchzip`
- Added separate `man` output
- Replace `preBuild` hook with explicit `makeFlags` initialization
- Replace explicit `patchPhase` override with `prePatch` hook
- Enable `strictDeps`
- Disable redundant `patchShebangs` call (already done in `prePatch`
  hook)
- Address lints from `nixpkgs-hammer`
- Reformat with `nixfmt-rfc-style`
- Migrate to pkgs/by-name

[^1]: https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/APFS_Guide/FAQ/FAQ.html
2024-06-28 22:55:11 -05:00
github-actions[bot]
2f3bfad6d2
Merge master into staging-next 2024-06-28 00:02:11 +00:00
Weijia Wang
8623482c54
Merge pull request #318156 from r-ryantm/auto-update/codeium
codeium: 1.8.61 -> 1.8.69
2024-06-28 01:13:56 +02:00
Martin Weinelt
d50a1e97b1
Merge remote-tracking branch 'origin/master' into staging-next 2024-06-27 16:16:01 +02:00
nixpkgs-merge-bot[bot]
69bee9866a
Merge pull request #322676 from r-ryantm/auto-update/codux
codux: 15.29.0 -> 15.29.1
2024-06-27 12:54:10 +00:00
Sandro
fee3ba33d8
Merge pull request #321523 from emneo-dev/init-concord 2024-06-27 13:00:06 +02:00
R. Ryantm
6a22adea09 codux: 15.29.0 -> 15.29.1 2024-06-26 16:22:59 +00:00
R. Ryantm
77f304adad codeberg-cli: 0.4.0 -> 0.4.2 2024-06-26 12:52:09 +00:00
seth
5759dfddf2
contrast: add updateScript 2024-06-25 20:30:20 -04:00
seth
6942f9d107
contrast: restrict platforms to linux
the upstream meson project installing files and running checks specific
to linux without accounting for other platforms, so it seems to be the
only supported platform
2024-06-25 20:27:19 -04:00
seth
bd506051b9
contrast: don't overuse with lib;
https://github.com/NixOS/nixpkgs/issues/208242
2024-06-25 20:25:47 -04:00
seth
21e6566909
contrast: adopt 2024-06-25 20:25:13 -04:00
seth
a654f48e02
contrast: format with nixfmt 2024-06-25 20:23:47 -04:00
seth
92e2e96fec
contrast: migrate to by-name 2024-06-25 20:23:24 -04:00
emneo
61b9cbba76
concord: init at 2.2.1 2024-06-24 14:19:40 +02:00
Martin Weinelt
2096642430
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/os-specific/windows/mingw-w64/default.nix
2024-06-23 19:09:00 +02:00
R. Ryantm
519b678e12 codeium: 1.8.61 -> 1.8.69 2024-06-23 00:05:30 +00:00
Fabian Affolter
49b12d10ff
Merge pull request #320784 from fabaff/conkeyscan
conkeyscan: init at 1.0.0
2024-06-22 20:01:26 +02:00
Fabian Affolter
bf47ebf05f conkeyscan: init at 1.0.0
Tool to scan Confluence for keywords

https://github.com/CompassSecurity/conkeyscan
2024-06-22 15:58:24 +02:00
Aleksana
cfa9fc3e80
Merge pull request #319065 from ahoneybun/update-cosmic-files
cosmic-files: unstable-2024-02-28 -> 0-unstable-2024-06-10
2024-06-22 18:43:07 +08:00
github-actions[bot]
c6707a9686
Merge staging-next into staging 2024-06-21 12:01:53 +00:00
R. Ryantm
dad27f87e7 codux: 15.28.0 -> 15.29.0 2024-06-20 06:52:28 +00:00
Martin Weinelt
af4cfc1e0f Merge remote-tracking branch 'origin/staging-next' into staging 2024-06-19 23:28:26 +02:00
Paul Meyer
77c575a6e5
Merge pull request #318581 from msanft/coyim/migrate-go-module
coyim: migrate to buildGoModule
2024-06-19 14:33:34 +02:00
K900
00e78b2c9a
Merge pull request #319047 from K900/mesa-chop
mesa: split out the Darwin build into a separate expression
2024-06-18 23:43:19 +03:00
Martin Weinelt
f822b2ba5c Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/development/python-modules/langsmith/default.nix
- pkgs/development/python-modules/rich-pixels/default.nix
- pkgs/servers/teleport/generic.nix
2024-06-18 20:16:19 +02:00
Adam C. Stephens
9f8a90829e
Merge pull request #320747 from r-ryantm/auto-update/consul
consul: 1.18.2 -> 1.19.0
2024-06-18 10:29:23 -04:00
R. Ryantm
20f673cbfc consul: 1.18.2 -> 1.19.0 2024-06-18 10:29:36 +00:00
Pol Dellaiera
4fff627a59
Merge pull request #319736 from r-ryantm/auto-update/cockpit
cockpit: 317 -> 318
2024-06-16 22:37:16 +02:00
Zitrone
895f3506f3
CoinMP: rename to coinmp 2024-06-16 16:24:30 +02:00
K900
f9723bc4de treewide: get rid of ~all mesa.{drivers,osmesa,libdrm} references
mesa.drivers is basically an implementation detail and should never be used
as a dependency of other expressions. It also no longer exists on Darwin.

mesa.osmesa is very niche and should generally be avoided.

mesa.libdrm is used in exactly one place and it's irrelevant there.
2024-06-15 11:07:14 +03:00
github-actions[bot]
eccfb1ee94
Merge staging-next into staging 2024-06-15 00:02:47 +00:00
Weijia Wang
e3322a4dbc
Merge pull request #318243 from heisfer/code2prompt
code2prompt: init at 1.1.0
2024-06-14 23:09:59 +02:00
kirillrdy
9fbd4c8b7f
Merge pull request #319261 from pluiedev/init/colorgrind
colorgrind: init at 0-unstable-2016-07-05
2024-06-14 20:32:10 +00:00
github-actions[bot]
098fe8ee26
Merge staging-next into staging 2024-06-14 18:01:39 +00:00
h7x4
53f95756e5
Merge pull request #314696 from croissong/init-commitlint-rs
commitlint-rs: init at 0.1.11
2024-06-14 17:25:14 +02:00
Jan Moeller
04ed10af59
commitlint-rs: init at 0.1.11 2024-06-14 16:56:23 +02:00
Martin Weinelt
abdf5dc772
treewide: remove pythonRelaxDepsHook references
It is is now provided automatically, when `pythonRelaxDeps` or
`pythonRemoveDeps` is defined through `mk-python-derivation`.
2024-06-14 14:52:00 +02:00
Leah Amelia Chen
b2009235f9 colorgrind: init at 0-unstable-2016-07-05 2024-06-14 14:44:29 +02:00
Fabian Affolter
4110c547c2
Merge pull request #319556 from fabaff/conpass
conpass: init at 0.1.2
2024-06-14 09:33:16 +02:00
R. Ryantm
0983e65f65 cockpit: 317 -> 318 2024-06-14 06:46:27 +00:00
Gaetan Lepage
003f25c869 codeium: 1.8.57 -> 1.8.61 2024-06-14 07:46:01 +02:00
Fabian Affolter
cbe75de62a conpass: init at 0.1.2
Continuous password spraying tool

https://github.com/login-securite/conpass
2024-06-13 14:32:47 +02:00
Aaron Honeycutt
6bafd4c769 cosmic-files: unstable-2024-02-28 -> 0-unstable-2024-06-10 2024-06-11 08:04:00 -06:00