From e8254358c4c278562c81322ee2562830fd856fb1 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Sat, 7 Sep 2024 10:33:43 +0200 Subject: common/git: move git-branchless and gitoxide to development those are unstable packages, so not really suited for prod --- common/commandline/git.nix | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'common/commandline') diff --git a/common/commandline/git.nix b/common/commandline/git.nix index 9cb07df..ca8a745 100644 --- a/common/commandline/git.nix +++ b/common/commandline/git.nix @@ -1,19 +1,6 @@ _inputs: { config, pkgs, ... }: { - environment = { - systemPackages = with pkgs; [ - unstable.git-branchless - unstable.gitoxide - watchman - ]; - shellAliases.git = "git-branchless wrap --"; - }; - - programs.zsh.interactiveShellInit = '' - source ${../../dotfiles/git-branchless.zsh} - ''; - home-manager.sharedModules = [ { programs.git = { -- cgit v1.2.3