Add support for 25.05
This commit is contained in:
parent
8fdb8770b3
commit
fe1eb377ed
4 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue