krebs: iana_etc -> iana-etc

This commit is contained in:
tv 2022-05-31 19:32:22 +02:00
parent 5374e8447d
commit dd7ef4034f
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ with import <stockholm/lib>;
'')
(filter (proto: entry.${proto} != null) ["tcp" "udp"])}
'') (attrValues config.krebs.iana-etc.services)}
cat ${pkgs.iana_etc}/etc/services
cat ${pkgs.iana-etc}/etc/services
} |
sort -b -k 2,2 -u > $out
'');