Commit Graph

1292 Commits

Author SHA1 Message Date
dish
13b8b0788d nodePackages.rimraf: drop 2025-10-01 10:11:35 -04:00
nixpkgs-ci[bot]
d6ac0273cd Merge staging-next into staging 2025-10-01 00:19:21 +00:00
K900
4999ae577c Merge remote-tracking branch 'origin/master' into staging-next 2025-09-30 21:47:55 +03:00
Luna Nova
77b971e32c doc/rl-2511: note removal of pie hardening flag 2025-09-30 09:22:20 -07:00
René Neumann
95e1f0cf7d doc/release-notes: Document adminneo update 2025-09-30 17:50:41 +02:00
Leon Schwarzäugl
91352f2f83 nixos/homebox: update for v0.20.0 storage options
- v0.20.0 replaced HBOX_STORAGE_DATA in favor of
  HBOX_STORAGE_CONN_STRING and HBOX_STORAGE_PREFIX_PATH.
  Added options for these.
- Added support for custom user/group.
2025-09-30 15:57:01 +02:00
Florian Klink
632f41de5f kbdVlock: split out of kbd (#447207) 2025-09-30 07:20:37 +03:00
nixpkgs-ci[bot]
256acf7aa7 Merge master into staging-next 2025-09-30 00:16:28 +00:00
Alexander Bantyev
fde6a0b7c3 Add release notes for fetchgit's gitConfig 2025-09-29 22:34:56 +02:00
Robert Schütz
d4257061d6 Merge branch 'master' into staging-next 2025-09-29 09:51:09 -07:00
nikstur
1ee16b1900 kbdVlock: split out of kbd
This removes a dependency cycle from systemd, removing a rebuild. At the
same time it is just as convenience for users. They need to include the
`kbdVlock` package now instead of the `vlock` output.
2025-09-29 18:21:01 +02:00
dotlambda
6b36977077 nextcloud30: drop (#446070) 2025-09-29 16:18:14 +00:00
provokateurin
3afd6ec50d nextcloud30: drop 2025-09-29 16:03:32 +02:00
Silvan Mosberger
285ba51661 nix-prefetch-git: add --no-add-path argument (#442337) 2025-09-29 12:31:02 +00:00
K900
03bf26cffa Merge remote-tracking branch 'origin/master' into staging-next 2025-09-29 08:31:31 +03:00
Aleksana
9530f81764 proton-caller: drop (#446076) 2025-09-29 03:11:12 +00:00
Aleksana
e69e0e4903 pcp: drop (#445646) 2025-09-29 03:10:38 +00:00
nixpkgs-ci[bot]
dcb45e6d0a Merge 62588b43e4 into haskell-updates 2025-09-29 00:21:05 +00:00
Ramses
aaaf233089 doc: move nixos-init note to nixos doc (#446997) 2025-09-28 23:19:37 +00:00
nikstur
655ddc7a9c doc: move nixos-init note to nixos doc 2025-09-28 22:32:51 +02:00
nixpkgs-ci[bot]
e23c3f07e7 Merge master into staging-next 2025-09-28 18:05:02 +00:00
Sandro
4c80be0ea5 treewide: remove bower (#443594) 2025-09-28 13:15:39 +00:00
sternenseemann
28a47a0506 Merge commit e9f00bd893 into haskell-updates 2025-09-28 13:17:22 +02:00
nixpkgs-ci[bot]
072095cb06 Merge master into staging-next 2025-09-28 00:18:04 +00:00
Yohann Boniface
6016064641 k2pdfopt: drop (#445826) 2025-09-27 20:58:14 +00:00
Patrick
e9ddb8ca47 k2pdfopt: drop 2025-09-27 13:09:44 +02:00
Sandro Jäckel
a71bf6cd30 treewide: remove bower 2025-09-26 22:26:22 +02:00
K900
63730dc4de Merge remote-tracking branch 'origin/master' into staging-next 2025-09-26 22:55:30 +03:00
Sandro
3656f7c1f1 cloudflare-ddns: init at 1.15.1 (#394668) 2025-09-26 17:43:27 +00:00
nixpkgs-ci[bot]
ea925c766f Merge master into staging-next 2025-09-26 12:07:11 +00:00
sternenseemann
1deb92346f haskellPackages.mkDerivation: enforce unix line endings in cabal files
Automatically use sed(1) to remove DOS line endings from .cabal files.
This is intended to work around Hackage producing revised cabal files
with DOS line endings (https://github.com/haskell/hackage-server/issues/316).
This frequently leads to

- patches failing to apply. Unfortunately there is no way to apply a
  patch with Unix line endings to a file with DOS line endings with
  GNU patch(1). Only the following combinations are supported:

  file  patch  comment
  Unix  Unix
  DOS   DOS    using --binary
  DOS   Unix   Haven't tested it, but I assume it works because
               patch(1) converts the file to Unix line endings
               implicitly (which can be disabled using --binary),
               but never the patch…

- Test suites sometimes involve the .cabal file which can be
  affected by the line endings.

This behavior is enabled by default to prevent cases where (unrevised)
packages regress when they get a revision later. Of course, the behavior
is a little nonsensical for non-Hackage packages, but it is probably
rarely an issue in practice. When DOS line endings need to be preserved,
the user can pass `dontConvertCabalFileToUnix = true`.

Supersedes #279248.
Resolves #206840.
2025-09-26 11:56:55 +02:00
Wolfgang Walther
3bcb750c0f gradience: drop (#444765) 2025-09-26 06:41:50 +00:00
Michael Daniels
966679c198 gradience: drop 2025-09-25 22:08:25 -04:00
nixpkgs-ci[bot]
e11e848c96 Merge master into staging-next 2025-09-25 18:05:56 +00:00
Rafael Ieda
efb3c36cd4 proton-caller: drop 2025-09-25 12:57:43 -03:00
Adam C. Stephens
169adc0d68 forgejo: rename bin/gitea -> bin/forgejo (#446031) 2025-09-25 13:54:41 +00:00
Adam C. Stephens
513349d0ed forgejo: rename bin/gitea -> bin/forgejo 2025-09-25 09:00:33 -04:00
nixpkgs-ci[bot]
2bc7207ed4 Merge master into staging-next 2025-09-25 12:07:10 +00:00
Wolfgang Walther
fba35dd9c8 hsd: 7.0.1 -> 8.0.0 (#444493) 2025-09-25 10:19:55 +00:00
Wolfgang Walther
495b1dad6b sublime-music: drop (#444729) 2025-09-25 10:14:33 +00:00
Alexander Bantyev
f12f3dfb21 nix-prefetch-git: add --no-add-path argument
Adds a new argument to `nix-prefetch-git`: `--no-add-path`. It disables
adding the path to the store. It is useful when working with a read-only
store.
2025-09-24 22:18:32 +04:00
andre4ik3
1cf860bb68 pcp: drop
Last update was 2021-03-23, upstream repo was archived 2025-04-30.
2025-09-23 21:51:50 +00:00
misuzu
e7fa9ff16c nixos-init: init at 0.1.0 (#433154) 2025-09-23 12:48:56 +00:00
nikstur
904a96c654 doc/rl-2511: add section on nixos-init 2025-09-23 00:33:25 +02:00
nixpkgs-ci[bot]
9dd4e71f8e Merge 6d7dc316d6 into haskell-updates 2025-09-22 00:22:16 +00:00
nixpkgs-ci[bot]
7aea249c7b Merge master into staging-next 2025-09-22 00:17:41 +00:00
dish
7a94954d42 python3Packages.{pyheif, heif-image-plugin}: drop (#443260) 2025-09-21 19:41:17 +00:00
nixpkgs-ci[bot]
d158bb26b3 Merge master into staging-next 2025-09-21 18:05:23 +00:00
Yueh-Shun Li
adf8d64b84 buildGoModule: remove compatibility layer for directly specified CGO_ENABLED (#441828) 2025-09-21 14:54:31 +00:00
nixpkgs-ci[bot]
e7f97488c1 Merge 7b38f24f2f into haskell-updates 2025-09-21 00:22:34 +00:00