Commit fcf6843229be

Vincent Demeester <vincent@sbr.pm>
2019-03-08 15:58:51
unstable overlay: disable cachix and git for now
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 7b5f95d
Changed files (1)
overlays/unstable.overlay.nix
@@ -3,6 +3,7 @@ _: _: let
   unstable = import unstableTarball { overlays = []; };
 in {
   inherit (unstable)
-  cachix
+  # cachix
+  #git
   ;
 }