Commit Graph

59 Commits

Author SHA1 Message Date
Ethan Carter Edwards
b45f1ad676 devbox: modernize
Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
2025-10-16 16:12:35 -04:00
R. Ryantm
1c672bf432 devbox: 0.15.1 -> 0.16.0 2025-08-18 22:20:42 +00:00
R. Ryantm
faaf3ce13e devbox: 0.15.0 -> 0.15.1 2025-08-06 22:21:52 +00:00
R. Ryantm
e3258b9265 devbox: 0.14.2 -> 0.15.0 2025-07-11 00:51:26 +00:00
Edwin Hermans
fd8f3ba6cb devbox: add madeddie as maintainer 2025-05-05 09:23:47 -04:00
Edwin Hermans
e91a2e4beb devbox: 0.14.0 -> 0.14.2
Update references for jetpack.io to jetify.com

Project switched to 1.24 in jetify-com/devbox#2533
2025-05-05 09:23:46 -04:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
R. Ryantm
98246dfcce devbox: 0.13.7 -> 0.14.0 2025-02-14 13:01:04 +00:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
R. Ryantm
e99f4a48af devbox: 0.13.6 -> 0.13.7 2024-12-07 01:09:08 +00:00
pinage404
00911fc4d8 devbox: 0.13.4 -> 0.13.6
Diff: https://github.com/jetpack-io/devbox/compare/0.13.4...0.13.6
2024-11-02 17:58:33 +01:00
redyf
5ef3f5f41d devbox: 0.13.3 -> 0.13.4
https://github.com/jetify-com/devbox/releases/tag/0.13.4
2024-10-09 21:41:17 -03:00
John Lago
a06f70b1f5 devbox: 0.13.0 -> 0.13.3 2024-10-05 11:40:12 -07:00
John Lago
e7e8be8c74 devbox: 0.12.0 -> 0.13.0 2024-09-24 11:54:16 -07:00
R. Ryantm
a0f413fd81 devbox: 0.11.0 -> 0.12.0 2024-07-14 20:53:37 +00:00
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
R. Ryantm
ebd104141c devbox: 0.10.7 -> 0.11.0 2024-06-01 00:35:56 +00:00
R. Ryantm
19724a957e devbox: 0.10.6 -> 0.10.7 2024-05-16 00:33:51 +00:00
R. Ryantm
08782a8336 devbox: 0.10.5 -> 0.10.6 2024-05-01 01:55:08 +00:00
R. Ryantm
c5efa39b46 devbox: 0.10.4 -> 0.10.5 2024-04-16 00:45:19 +00:00
R. Ryantm
e897ff2f21 devbox: 0.10.3 -> 0.10.4 2024-04-10 21:21:46 +00:00
R. Ryantm
af76f6f1d2 devbox: 0.10.2 -> 0.10.3 2024-04-05 16:57:04 +00:00
R. Ryantm
f44e1bfeff devbox: 0.10.1 -> 0.10.2 2024-03-29 05:35:01 +00:00
R. Ryantm
fd961b96cf devbox: 0.9.1 -> 0.10.1 2024-03-22 08:51:14 +00:00
R. Ryantm
00ab5f4bcc devbox: 0.9.0 -> 0.9.1 2024-02-07 02:02:41 +00:00
R. Ryantm
6ef7af79ec devbox: 0.8.5 -> 0.9.0 2024-02-03 21:34:12 +00:00
R. Ryantm
ad729ac62e devbox: 0.8.4 -> 0.8.5 2023-12-25 16:30:07 +00:00
R. Ryantm
d84ed563ce devbox: 0.8.2 -> 0.8.4 2023-12-14 10:15:08 +00:00
R. Ryantm
6a34cdca5f devbox: 0.7.1 -> 0.8.2 2023-11-18 20:22:01 +00:00
OTABI Tomoya
5bc07bf7a7 Merge pull request #263525 from r-ryantm/auto-update/devbox
devbox: 0.6.0 -> 0.7.1
2023-10-28 12:42:57 +09:00
John Lago
f27bb8d7b6 devbox: add lagoja to maintainers 2023-10-27 11:22:44 -07:00
R. Ryantm
a5efd38858 devbox: 0.6.0 -> 0.7.1 2023-10-26 07:50:50 +00:00
John Lago
5d9739cb7f devbox: 0.5.13 -> 0.6.0 2023-10-12 15:16:49 -07:00
techknowlogick
ec86c2cfa2 devbox: 0.5.11 -> 0.5.13
Diff: https://github.com/jetpack-io/devbox/compare/0.5.11...0.5.13
2023-09-11 02:06:52 -04:00
Mathieu Rene
c82a5f91ac devbox: 0.5.7 -> 0.5.11 2023-08-13 15:00:08 -04:00
R. Ryantm
470bc2739f devbox: 0.5.6 -> 0.5.7 2023-07-15 15:50:43 +00:00
R. Ryantm
a8968b255e devbox: 0.5.5 -> 0.5.6 2023-07-12 03:11:22 +00:00
R. Ryantm
f9b883e139 devbox: 0.5.4 -> 0.5.5 2023-06-24 01:44:20 +00:00
Mario Rodas
962968afce devbox: 0.5.3 -> 0.5.4
Diff: https://github.com/jetpack-io/devbox/compare/0.5.3...0.5.4
2023-06-04 04:20:00 +00:00
R. Ryantm
c4c2404716 devbox: 0.5.2 -> 0.5.3 2023-06-04 02:51:55 +00:00
Mario Rodas
067098c3ac devbox: 0.5.1 -> 0.5.2
Diff: https://github.com/jetpack-io/devbox/compare/0.5.1...0.5.2
2023-05-19 06:02:00 +00:00
R. Ryantm
06c0791e96 devbox: 0.4.9 -> 0.5.1 2023-05-19 06:01:23 +00:00
R. Ryantm
28ec86766b devbox: 0.4.8 -> 0.4.9 2023-05-06 16:45:12 +08:00
R. Ryantm
de8e0a71c6 devbox: 0.4.6 -> 0.4.8 2023-04-27 05:53:18 +00:00
Mario Rodas
c05d64a2c8 devbox: 0.4.5 -> 0.4.6
https://github.com/jetpack-io/devbox/releases/tag/0.4.6
2023-04-01 07:10:00 +00:00
R. Ryantm
1dbd6da1d6 devbox: 0.4.4 -> 0.4.5 2023-04-01 07:09:12 +00:00
R. Ryantm
0e8870ccbd devbox: 0.4.2 -> 0.4.4 2023-03-18 02:04:08 +00:00
R. Ryantm
b55ce7d44c devbox: 0.3.4 -> 0.4.2 2023-03-05 02:10:48 +00:00
R. Ryantm
26b31e2123 devbox: 0.3.3 -> 0.3.4 2023-02-22 11:36:25 +00:00