Commit fcf6843229be
Changed files (1)
overlays
overlays/unstable.overlay.nix
@@ -3,6 +3,7 @@ _: _: let
unstable = import unstableTarball { overlays = []; };
in {
inherit (unstable)
- cachix
+ # cachix
+ #git
;
}