Add support for 25.05

This commit is contained in:
me@so.lar.is 2025-05-26 14:44:36 +02:00
parent 8fdb8770b3
commit fe1eb377ed
4 changed files with 9 additions and 1 deletions

View file

@ -42,7 +42,11 @@ let
nix
# runtime dependencies of nix
cacert
# HACK: don't include the "hashed" output. It has overlapping files with
# the "unbundled" output, and that breaks the build.
(cacert // {
outputs = builtins.filter (x: x != "hashed") cacert.outputs;
})
gitReallyMinimal
gnutar
gzip