home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 2395181f0fee625defb6b8d9c178b9758733395a
parent db314efd8049337faa41e09eee761b320dcab5ff
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri,  5 Jun 2020 14:54:27 +0200

shell:nix: disable morph for now 🙃

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mshell.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell.nix b/shell.nix @@ -6,7 +6,7 @@ pkgs.mkShell { name = "nix-config"; buildInputs = with pkgs; [ cachix - morph + # morph niv nixpkgs-fmt ];