all repos — nixfiles @ 3a8c0f8a0386e0066dbec507e85d0b901f91e31c

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

Development: Don't try to install firefox-dev on macOS
Alan Pearce alan@alanpearce.eu
Sun, 30 Jun 2019 12:34:14 +0200
commit

3a8c0f8a0386e0066dbec507e85d0b901f91e31c

parent

7b55894e04f1af73e4846d2c152536f7f702c96d

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

jump to
M modules/development/base.nixmodules/development/base.nix
@@ -14,7 +14,6 @@     ag
     ripgrep
 
-    firefox-devedition-bin
     httpie
     jq
 
@@ -26,6 +25,7 @@ whois       ldns
       httping
       http-prompt
+      firefox-devedition-bin
     ] else [
     ]
   );