R. Ryantm
42c1193cc3
lxd-ui: 0.8.1 -> 0.9
2024-06-20 22:58:13 +00:00
Alexis Hildebrandt
f8c4a98e8e
treewide: Remove the definite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02: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
cdb064ce1e
lxgw-neoxihei: 1.123 -> 1.123.2
2024-06-07 01:19:10 +00:00
Peder Bergebakken Sundt
27e58066f0
Merge pull request #316799 from oo-infty/update-lx-music-desktop
...
lx-music-desktop: 2.7.0 -> 2.8.0
2024-06-05 02:02:37 +02:00
oo-infty
65292ff265
lx-music-desktop: 2.7.0 -> 2.8.0
...
Changelog: https://github.com/lyswhut/lx-music-desktop/releases/tag/v2.8.0
2024-06-03 12:30:36 +08:00
R. Ryantm
19861fcec6
lxgw-neoxihei: 1.121 -> 1.123
2024-05-24 17:48:37 +00:00
R. Ryantm
d59e86f0af
lxd-ui: 0.8 -> 0.8.1
2024-05-24 02:04:58 +00:00
Weijia Wang
f293e4ebbc
Merge pull request #309462 from lebensterben/lxgw-wenkai-tc
...
lxgw-wenkai-tc: init at 1.330
2024-05-13 11:34:43 +02:00
Lucius Hu
15be700779
lxgw-wenkai-tc: init at version 1.330
...
Added `lxgw-wenkai-tc`, a Traditional Chinese font variation of the existing package
`lxgw-wenkai`.
2024-05-06 01:02:00 -04:00
Weijia Wang
a6742256e2
Merge pull request #279391 from katexochen/buildGoModule/deprecate-buildflags
...
buildGoModule: announce removal of `buildFlags` and `buildFlagsArray`
2024-05-02 12:58:35 +02:00
7c6f434c
242b742115
Merge pull request #306002 from oo-infty/init-lx-music-desktop
...
lx-music-desktop: init at 2.7.0
2024-04-28 13:43:03 +00:00
R. Ryantm
06cb5055c9
lxgw-neoxihei: 1.120.2 -> 1.121
2024-04-27 13:45:06 +00:00
oo-infty
e5c0863e21
lx-music-desktop: init at 2.7.0
2024-04-22 22:05:40 +08:00
Adam Stephens
7e73ead5d0
lxc: 5.0.3 -> 6.0.0, pin to lts, move/format
2024-04-22 08:40:18 -04:00
Sergei Trofimovich
c2e414fbee
lxd: drop undefined ui
attribute
...
From what I can see `lxd-unwrapped-lts` does not define `ui` attribute.
As a result `lxd.ui` fails the eval as:
$ nix build --no-link -f. lxd.ui
trace: warning: lxd has been renamed to lxd-lts
error: attribute 'ui' missing
at pkgs/by-name/lx/lxd-lts/package.nix:144:39:
143| passthru = {
144| inherit (lxd-unwrapped-lts) tests ui;
| ^
145| };
Did you mean one of go or out?
2024-04-21 19:48:27 +01:00
Sandro Jäckel
fb0d661081
treewide: replace prefetch-yarn-deps with fixup-yarn-lock where necessary
2024-04-17 13:34:05 -04:00
Paul Meyer
b2f0e7301e
treewide: remove buildFlags use in buildGoModule
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-04-15 07:39:04 +02:00
Jon Seager
42041589e4
lxd-ui: add nix-update-script and meta.changelog
2024-04-11 08:11:00 +01:00
Jon Seager
303fb35953
lxd-ui: 0.7 -> 0.8
2024-04-11 08:10:41 +01:00
Adam Stephens
893be2587b
lxd: rename to lxd-lts
2024-04-02 19:35:44 -04:00
Adam Stephens
20ab45931c
lxd: move to by-name and format
2024-04-02 00:10:14 -04:00
Adam Stephens
5ebdf63b86
lxd-unwrapped: move to by-name and format
2024-04-02 00:10:13 -04:00
Adam Stephens
91a3a6a29b
lxd-ui: move to standalone by-name and format
2024-04-02 00:10:11 -04:00
Weijia Wang
9655bfc721
lxgw-neoxihei: move to pkgs/by-name
2024-04-01 19:48:04 +02:00
Adam Stephens
811965cd34
lxcfs: 5.0.4 -> 6.0.0
2024-03-29 22:45:27 -04:00
Adam Stephens
248dc21a54
treewide: fix renamed incus container tests
2024-03-29 22:27:22 -04:00
Adam Stephens
5f087b3221
incus: lxd-to-incus is now part of main package
...
Previously upstream was packaging this separately due to the inclusion
of lxd in the go dependencies. This has been dropped and the package
has been merged into the main go.mod file.
2024-02-02 13:04:13 -05:00
Adam Stephens
ffdcec2d94
nixos/tests/incus: add lxd-to-incus migration test
2024-01-14 09:26:49 -05:00
Adam Stephens
557bd745bc
lxd-to-incus: 0.3.0 -> 0.4.0
2023-12-21 14:20:18 -05:00
Adam Stephens
6765aac154
treewide/lxc: set lxc team as maintainer
2023-12-04 10:06:50 -05:00
Adam Stephens
0d0cc171b1
lxd-to-incus: 0.2 -> 0.3
2023-11-27 08:26:29 -05:00
Adam Stephens
f99641d654
lxd-to-incus: 0.1 -> 0.2
2023-10-27 23:21:18 -04:00
Adam Stephens
a6b69ef644
lxd-to-incus: init at 0.1
2023-10-07 19:50:48 -04:00