From 8f7ae7aa7ef0c0d0b555619d7a8009958f88f402 Mon Sep 17 00:00:00 2001 From: Midka Date: Sun, 16 Oct 2022 19:30:50 +0300 Subject: [PATCH] add: gitflow package to shell.nix --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 841d74c..8cd6c18 100644 --- a/shell.nix +++ b/shell.nix @@ -19,5 +19,6 @@ pkgs.mkShell { pkgs.rust-analyzer pkgs.cargo-deny pkgs.cargo-watch + pkgs.gitflow ]; }