diff options
author | Minijackson <minijackson@riseup.net> | 2024-09-07 10:33:43 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2024-09-07 10:33:43 +0200 |
commit | e8254358c4c278562c81322ee2562830fd856fb1 (patch) | |
tree | 3a389e8a31cc74e4f832b32ca1cfc90ba0caf6e5 /common | |
parent | a16508eef78e534f8083ddf354148238764ae1c1 (diff) | |
download | nixos-config-reborn-e8254358c4c278562c81322ee2562830fd856fb1.tar.gz nixos-config-reborn-e8254358c4c278562c81322ee2562830fd856fb1.zip |
common/git: move git-branchless and gitoxide to development
those are unstable packages, so not really suited for prod
Diffstat (limited to 'common')
-rw-r--r-- | common/commandline/git.nix | 13 |
1 files changed, 0 insertions, 13 deletions
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 @@ | |||
1 | _inputs: | 1 | _inputs: |
2 | { config, pkgs, ... }: | 2 | { config, pkgs, ... }: |
3 | { | 3 | { |
4 | environment = { | ||
5 | systemPackages = with pkgs; [ | ||
6 | unstable.git-branchless | ||
7 | unstable.gitoxide | ||
8 | watchman | ||
9 | ]; | ||
10 | shellAliases.git = "git-branchless wrap --"; | ||
11 | }; | ||
12 | |||
13 | programs.zsh.interactiveShellInit = '' | ||
14 | source ${../../dotfiles/git-branchless.zsh} | ||
15 | ''; | ||
16 | |||
17 | home-manager.sharedModules = [ | 4 | home-manager.sharedModules = [ |
18 | { | 5 | { |
19 | programs.git = { | 6 | programs.git = { |