home

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

commit 9a3f96e523a737a4b01a41b892ab8d0d1162d94d
parent cbd8d2d8b537a86d8a7437fbbc9cdca370cb5303
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sat, 14 Aug 2021 16:03:33 +0200

Add morph to the shell

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 @@ -9,7 +9,7 @@ pkgs.mkShell name = "nix-config"; buildInputs = with pkgs; [ cachix - # morph + morph niv nixpkgs-fmt ];