Commit Graph

20 Commits

Author SHA1 Message Date
R. Ryantm
5ec532e2bf qdrant-web-ui: 0.1.33 -> 0.1.34 2024-12-12 04:54:51 +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
6f32fcb877 qdrant-web-ui: 0.1.31 -> 0.1.33 2024-11-26 08:25:33 +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
Tomo
7c69261980 qdirstat: use stdenv.mkDerivation
Part of #180841
2024-10-15 08:06:41 +00:00
RoyDubnium
3d2546bf45 qdiskinfo: refactor themes 2024-10-10 23:03:16 +01:00
RoyDubnium
8761a97cc9 qdiskinfo: add themes 2024-10-06 15:27:45 +01:00
Peder Bergebakken Sundt
8aa42ae0d9
treewide: remove CMAKE_BUILD_TYPE from cmakeFlags (#336854) 2024-09-19 22:32:31 +02:00
R. Ryantm
29bf0700ed qdrant-web-ui: 0.1.30 -> 0.1.31 2024-08-26 15:07:59 +00:00
jopejoe1
e41451febf qdiskinfo: remove CMAKE_BUILD_TYPE from cmakeFlags 2024-08-23 19:11:39 +02:00
RoyDubnium
e3b1986b0b qdiskinfo: change pname to lowercase 2024-08-20 11:13:45 -04:00
Bjørn Forsman
8b6c05209f qdiskinfo: 0.2 -> 0.3
Release notes: https://github.com/edisionnano/QDiskInfo/releases/tag/0.3
2024-08-20 07:16:57 +02:00
Atemu
52d9f7d6b9
Merge pull request #334388 from RoyDubnium/qdiskinfo-init
qdiskinfo: init at 0.2
2024-08-18 14:46:55 +02:00
RoyDubnium
745c7c0165
qdiskinfo: suffix smartmontools
Co-authored-by: Atemu <github@mail.atemu.net>
2024-08-18 10:58:40 +01:00
RoyDubnium
a1553e1c27 qdiskinfo: init at 0.2 2024-08-14 18:24:24 +01:00
R. Ryantm
a852862f53 qdrant-web-ui: 0.1.29 -> 0.1.30 2024-08-13 03:59:42 +00:00
R. Ryantm
c234886f26 qdrant-web-ui: 0.1.28 -> 0.1.29 2024-06-22 02:43:01 +00:00
Albert Safin
2f88d77a06 qdrant-web-ui: init at 0.1.28 2024-06-18 12:54:42 +00:00
Donovan Glover
9fa8215790
qdirstat: cleanup 2024-03-13 10:44:35 -04:00
Donovan Glover
35586e4eec
qdirstat: migrate to by-name 2024-03-13 05:42:23 -04:00