diff options
| author | tv <tv@krebsco.de> | 2022-05-31 19:30:58 +0200 | 
|---|---|---|
| committer | tv <tv@krebsco.de> | 2022-07-14 15:46:49 +0200 | 
| commit | 5374e8447da3191f3bbeca0007d1442578c77dac (patch) | |
| tree | 007599d8d5d1dbde6cf78c28fe2362d5c53d4b2b | |
| parent | c378ef4a1d7173dd9a0841242bb553e07959279f (diff) | |
tv: iana_etc -> iana-etc
| -rw-r--r-- | tv/2configs/default.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index 8add07ff6..62566c386 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -46,7 +46,7 @@ with import <stockholm/lib>;      {        # TODO check if both are required: -      nix.sandboxPaths = [ "/etc/protocols" pkgs.iana_etc.outPath ]; +      nix.sandboxPaths = [ "/etc/protocols" pkgs.iana-etc.outPath ];        nix.requireSignedBinaryCaches = true; | 
