R. Ryantm
c708539fb4
lxd-ui: 0.12 -> 0.14
2024-12-11 19:29:57 +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
34j
d637b85e25
treewide: replace --enable-wayland-ime
with --enable-wayland-ime=true
for the arguments to properly work ( #361341 )
2024-12-05 00:06:22 +05:30
Adam C. Stephens
9ab59bb5fb
incus: format
2024-11-30 00:04:54 -05:00
34j
8ae2932d56
add --enable-wayland-ime
flag to all Electron packages that uses NIXOS_OZONE_WL
2024-11-24 13:34:28 +09:00
R. Ryantm
216f83d2cd
lxgw-neoxihei: 1.207 -> 1.211
2024-11-12 11:55:07 +00:00
aleksana
571c71e6f7
treewide: migrate packages to pkgs/by-name, take 1
...
We are migrating packages that meet below requirements:
1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration
The tool is here: https://github.com/Aleksanaa/by-name-migrate .
2024-11-09 20:04:51 +08:00
Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
...
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
R. Ryantm
372ed87159
lxgw-wenkai-tc: 1.500 -> 1.501
2024-11-01 01:19:21 +00:00
Ryan Cao
999e208c4e
lxgw-wenkai: 1.500 -> 1.501
2024-10-28 00:23:53 +08:00
R. Ryantm
0434158af6
lxgw-wenkai-screen: 1.330 -> 1.501
2024-10-11 06:03:21 +00:00
h7x4
f4f573fde4
lxgw-wenkai: move to pkgs/by-name
, 1.330 -> 1.500, add ryanccn as maintainer ( #346303 )
2024-10-10 08:59:12 +02:00
R. Ryantm
2d3f57cec7
lxgw-neoxihei: 1.206 -> 1.207
2024-10-05 05:00:04 +00:00
Ryan Cao
123ffa00c9
lxgw-wenkai: add ryanccn as maintainer
2024-10-04 12:43:54 +08:00
Ryan Cao
218d3ca65a
lxgw-wenkai: 1.330 -> 1.500
2024-10-04 10:48:08 +08:00
Ryan Cao
ec7c9c3d97
lxgw-wenkai: move to pkgs/by-name
2024-10-04 10:46:35 +08:00
R. Ryantm
dc48fcad03
lxgw-wenkai-tc: 1.330 -> 1.500
2024-10-03 03:27:56 +00:00
oo-infty
15b33c77b2
maintainers: rename oo-infty to oosquare
2024-09-30 15:35:17 +08:00
R. Ryantm
9823a84b09
lxgw-neoxihei: 1.205 -> 1.206
2024-09-24 12:31:05 +00:00
Adam Stephens
e82be94deb
lxcfs: 6.0.1 -> 6.0.2
2024-09-19 13:59:57 +00:00
Adam Stephens
136c5b746e
lxc: 6.0.1 -> 6.0.2
2024-09-19 13:59:30 +00: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
R. Ryantm
d66d0a0be8
lxgw-neoxihei: 1.202 -> 1.205
2024-09-14 09:21:19 +00:00
Lucius Hu
d66577ee06
lxgw-wenkai-screen: init at version 1.330
2024-09-06 19:45:36 -04:00
R. Ryantm
520d354b32
lxgw-neoxihei: 1.201 -> 1.202
2024-09-04 00:46:11 +00:00
hellodword
4c69704fad
lxgw-fusionkai: init at 24.134
2024-09-02 01:32:22 +00:00
Adam C. Stephens
f6727c3fab
lxc: added option for unprivileged containers ( #310088 )
2024-08-28 15:16:56 -04:00
R. Ryantm
9676ea8e4d
lxgw-neoxihei: 1.200 -> 1.201
2024-08-28 13:25:31 +00:00
Matteo Sozzi
389de87aed
lxc: added option for unprivileged containers.
...
Added extra option to enable unprivileged containers. This includes a
patch to remove the hard-coded path to `lxc-user-nic` and a new security
wrapper to set SUID to `lxc-user-nic`.
2024-08-28 09:18:23 -04:00
oo-infty
9897b390c9
lx-music-desktop: 2.8.0 -> 2.9.0
2024-08-24 15:45:48 +08: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
1e0c73b25b
lxgw-neoxihei: 1.124 -> 1.200
2024-08-15 14:48:13 +00:00
Adam Stephens
ac18c4d1e9
treewide: remove lxc team from lxd packages and modules
...
LXD is not under the LXC project any longer
2024-08-10 13:23:38 -04:00
R. Ryantm
d401481a74
lxd-ui: 0.11 -> 0.12
2024-07-23 09:05:16 +00:00
R. Ryantm
45632accdd
lxd-unwrapped-lts: 5.21.1 -> 5.21.2
2024-07-21 06:09:31 +00:00
Adam C. Stephens
a167a16697
Merge pull request #326620 from bbigras/incus
...
incus: 6.2.0 -> 6.3.0
2024-07-15 14:47:18 -04:00
Bruno Bigras
8923ec72b5
lxcfs: lxc.mount.hook: add coreutils to PATH
2024-07-14 23:39:53 -04:00
R. Ryantm
2f9ffba13a
lxd-ui: 0.10 -> 0.11
2024-07-13 23:48:52 +00:00
Kirill Radzikhovskyy
37019a10b6
lxd-unwrapped-lts: unpin buildGoModule
2024-07-10 11:01:02 +10:00
Jon Seager
4c0a290a4f
lxd-ui: 0.9 -> 0.10
2024-07-09 14:42:22 +02:00
R. Ryantm
ea88b9c258
lxgw-neoxihei: 1.123.2 -> 1.124
2024-07-05 14:31:18 +00:00
Adam C. Stephens
76780d3ce9
Merge pull request #324015 from adamcstephens/lxd/5.21.1
...
lxd-unwrapped-lts: 5.21.0 -> 5.21.1
2024-07-03 07:35:47 -04:00
Adam C. Stephens
fcac984862
Merge pull request #323945 from adamcstephens/lxc/6.0.1
...
lxc: 6.0.0 -> 6.0.1
2024-07-02 08:38:43 -04:00
Adam Stephens
18d39ecee0
lxd-unwrapped-lts: 5.21.0 -> 5.21.1
2024-07-02 12:10:14 +00:00
Adam Stephens
7343db59f1
lxd-unwrapped-lts: fetch from github and fix updater
2024-07-02 08:09:18 -04:00
Adam Stephens
4802ed0722
lxc: 6.0.0 -> 6.0.1
2024-07-01 23:50:55 -04:00
R. Ryantm
05bd0a0d8a
lxcfs: 6.0.0 -> 6.0.1
2024-07-01 10:19:45 +00:00
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