Commit 9a3f96e523a7

Vincent Demeester <vincent@sbr.pm>
2021-08-14 16:03:33
Add morph to the shell
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent cbd8d2d
Changed files (1)
shell.nix
@@ -9,7 +9,7 @@ pkgs.mkShell
   name = "nix-config";
   buildInputs = with pkgs; [
     cachix
-    # morph
+    morph
     niv
     nixpkgs-fmt
   ];