Commit Graph

10 Commits

Author SHA1 Message Date
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