Commit 2395181f0fee

Vincent Demeester <vincent@sbr.pm>
2020-06-05 14:54:27
shell:nix: disable morph for now ๐Ÿ™ƒ
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent db314ef
Changed files (1)
shell.nix
@@ -6,7 +6,7 @@ pkgs.mkShell {
   name = "nix-config";
   buildInputs = with pkgs; [
     cachix
-    morph
+    # morph
     niv
     nixpkgs-fmt
   ];