Commit Graph

13 Commits

Author SHA1 Message Date
Aleksana
9409e7eb50
vmware-workstation: fix fhsenv version (#363175) 2024-12-11 11:25:06 +08: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
Felix Buehler
a241ed9843 vmware-workstation: fix fhsenv version 2024-12-08 12:15:39 +01: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
R. Ryantm
878828b995 vms-empire: 1.17 -> 1.18 2024-10-14 19:25:41 +00:00
Shawn8901
4811b4cbb1 vmagent: dont update via nixpkgs-update 2024-07-18 07:58:04 +02:00
h7x4
cf02fd7eac
Merge pull request #321521 from Panky-codes/add-vmctl
vmctl: init at v0.99-unstable-2024-05-14
2024-06-24 18:56:50 +02:00
Pankaj Raghav
afd9d60120 vmctl: init at v0.99-unstable-2024-05-14 2024-06-24 17:43:07 +02:00
Shawn8901
728715dbc1 vmagent: build from victoriametrics package 2024-06-23 20:40:41 +02: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
Anderson Torres
b6cceadf9c vms-empire: 1.16 -> 1.17 2024-05-25 22:10:31 -03:00
Anderson Torres
0ae59f20e2 vms-empire: refactor
- finalAttrs
- buildInputs and nativeBuildInputs
- strictDeps as *false*
- split outputs
- no nested with
2024-05-25 22:01:23 -03:00
Anderson Torres
5d9de240e3 vms-empire: migrate to by-name 2024-05-25 21:30:40 -03:00