diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/commandline/git.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
4 | 4 | ||
5 | { | 5 | { |
6 | environment = { | 6 | environment = { |
7 | systemPackages = with pkgs; [unstable.git-branchless gitoxide watchman]; | 7 | systemPackages = with pkgs; [unstable.git-branchless unstable.gitoxide watchman]; |
8 | shellAliases.git = "git-branchless wrap --"; | 8 | shellAliases.git = "git-branchless wrap --"; |
9 | }; | 9 | }; |
10 | 10 | ||