From 132e8845fcff2f691c3bba5ed82d0d96ccbabbd0 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Mon, 9 Oct 2023 19:03:32 +0200 Subject: common/git: use gix from unstable --- common/commandline/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/commandline/git.nix') diff --git a/common/commandline/git.nix b/common/commandline/git.nix index 00b8de8..b5bae47 100644 --- a/common/commandline/git.nix +++ b/common/commandline/git.nix @@ -4,7 +4,7 @@ inputs: { environment = { - systemPackages = with pkgs; [unstable.git-branchless gitoxide watchman]; + systemPackages = with pkgs; [unstable.git-branchless unstable.gitoxide watchman]; shellAliases.git = "git-branchless wrap --"; }; -- cgit v1.2.3