Commit Graph

370 Commits

Author SHA1 Message Date
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
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
a-kenji
03d6c98465 cosmic-applets: unstable-2023-11-13 -> 1.0.0-alpha.1 2024-08-11 22:43:03 +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
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
é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
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
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
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
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
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