all repos — nixfiles @ 58a196f478f0b08baf5be37cd830e35ec074887e

System and user configuration, managed by nix and home-manager

Install ldns on all non-darwin systems
Alan Pearce alan@alanpearce.eu
Mon, 12 Oct 2020 12:30:36 +0200
commit

58a196f478f0b08baf5be37cd830e35ec074887e

parent

b3fb6934f735845f042151d3b266377c40b46355

2 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/settings/base.nixuser/settings/base.nix
@@ -52,6 +52,7 @@ ] ++ (   if !stdenv.isDarwin
   then [
     file
+    ldns
     lsof
     unar
     zip
M user/settings/development/base.nixuser/settings/development/base.nix
@@ -17,7 +17,6 @@ discount   ] ++ (
     if !stdenv.isDarwin
     then [
-      ldns
       httping
       (lib.lowPrio firefox-devedition-bin)
     ] else [