Commit Graph

13 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
Shaw Vrana
920add2760 fsuae-launcher: fix build
Resolves #350756
2024-10-23 14:19:12 -07:00
Paul Meyer
18ecb38afd
fscryptctl: 1.0.0 -> 1.2.0 (#338344) 2024-09-16 15:17:26 +02:00
Paul Meyer
840e9ca127 fscryptctl: replace rec with finalAttrs
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-09-16 13:03:44 +02: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
Paul Meyer
4e49df05ed fscryptctl: move to by-name
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-30 09:24:32 +02:00
Domen Kožar
f5129fb42b
Merge pull request #318358 from shyim/add-fsnotifier-package
fsnotifier: init at 2024.2.0
2024-08-07 09:32:40 +01: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
Soner Sayakci
f0868e8ffb
fsnotifier: init at 2024.2.0 2024-06-08 22:27:52 +02:00
TomaSajt
99e9fdb0e4
fsuae: strip .dat archive for determinism 2024-03-18 19:37:09 +01:00
Anderson Torres
773de59c1b fsuae-launcher: 3.1.68 -> 3.1.70
Co-authored-by: R. RyanTM <ryantm-bot@ryantm.com>
2024-03-10 00:32:55 -03:00
Anderson Torres
f67c4bbccf fsuae-launcher: migrate to by-name 2024-03-10 00:32:55 -03:00
Anderson Torres
c2ad2cde3a fsuae: migrate to by-name 2024-03-10 00:32:55 -03:00